Interface IValidatorFactory
The common interface for creating validators.
Namespace: FixAntenna.Fix.Validation.Engine
Assembly: FixAntenna.Message.dll
Syntax
public interface IValidatorFactory
Methods
CreateAllValidators()
Creates list of validator.
Declaration
IValidatorContainer CreateAllValidators()
Returns
Type | Description |
---|---|
IValidatorContainer | validator container |
See Also
CreateRequiredValidator()
Creates message type validator.
Declaration
IValidatorContainer CreateRequiredValidator()
Returns
Type | Description |
---|---|
IValidatorContainer | Container with instance of |
CreateValidator(ValidatorType)
Creates the validator.
Declaration
IValidator CreateValidator(ValidatorType validatorType)
Parameters
Type | Name | Description |
---|---|---|
ValidatorType | validatorType | the type of validator |
Returns
Type | Description |
---|---|
IValidator |