Namespace: Metalama.Patterns.Wpf.Configuration
Assembly: Metalama.Patterns.Wpf.dll
Syntax
[CompileTime]
public static class CommandExtensions
Methods
Name | Description |
---|---|
ConfigureCommand(IAspectReceiver<ICompilation>, Action<CommandOptionsBuilder>) | Configures CommandAttribute for the current project. |
ConfigureCommand(IAspectReceiver<IMethod>, Action<CommandOptionsBuilder>) | Configures CommandAttribute for the current method. |
ConfigureCommand(IAspectReceiver<INamedType>, Action<CommandOptionsBuilder>) | Configures CommandAttribute for the current type. |
ConfigureCommand(IAspectReceiver<INamespace>, Action<CommandOptionsBuilder>) | Configures CommandAttribute for the current namespace. |