Class CommandInitializerProviderOptions
Options for default command initializer provider.
Namespace: TehGM.Wolfringo.Commands.Initialization
Assembly: Wolfringo.Commands.dll
Syntax
public class CommandInitializerProviderOptions
Properties
| Improve this Doc View SourceInitializers
Map for command type and assigned command initializer.
Declaration
public IDictionary<Type, ICommandInitializer> Initializers { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<Type, ICommandInitializer> |
Remarks
Initializers mapped by default:
RegexCommandAttribute - RegexCommandInitializer
CommandAttribute - StandardCommandInitializer