Open sandboxFocus
  • Article

Class CommandExtensions

Inheritance
CommandExtensions
Namespace: Metalama.Patterns.Wpf.Configuration
Assembly: Metalama.Patterns.Wpf.dll
Syntax
[CompileTime]
public static class CommandExtensions

Methods

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.

  • Navigation