Class CommandInitializerProviderOptions
Options for default command initializer provider.
Inheritance
System.Object
CommandInitializerProviderOptions
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 |
---|---|
System.Collections.Generic.IDictionary<System.Type, ICommandInitializer> |
Remarks
Initializers mapped by default:
RegexCommandAttribute - RegexCommandInitializer
CommandAttribute - StandardCommandInitializer