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