Method |
Description |
|
BuildDynamicallyDiscoveredBusinessValidator ( Type commandType, IDictionary typeAndAssociatedValidatorTypes ) : ICommandBusinessValidator |
|
|
BuildDynamicallyDiscoveredInputValidator ( Type commandType, IDictionary typeAndAssociatedValidatorTypes ) : ICommandInputValidator |
|
|
GetCommandType ( Type typeToRegister ) : Type |
|
|
GetGenericParameterType ( Type typeToQuery, Type genericInterfaceType ) : Type |
|
|
GetTypesFromCommand ( Type commandType ) : IEnumerable |
|
|
GetValidatedType ( Type typeToRegister ) : Type |
|
|
GetValidatorsFor ( Type commandType, Dictionary registeredTypes ) : IEnumerable>.Dictionary |
|
|
InitializeCommandValidators ( ) : void |
|
|
InitializeDynamicValidators ( ) : void |
|
|
RegisterCommandValidator ( Type typeToRegister, Type>.IDictionary validatorRegistry ) : void |
|
|
RegisterValidator ( Type typeToRegister, IDictionary validatorRegistry ) : void |
|
|