C# Class Castle.Components.Validator.ValidateIntegerAttribute

Inheritance: Castle.Components.Validator.AbstractValidationAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Build ( ) : IValidator

Constructs and configures an IValidator instance based on the properties set on the attribute instance.

ValidateIntegerAttribute ( ) : System

Initializes a new instance of the ValidateIntegerAttribute class.

ValidateIntegerAttribute ( string errorMessage ) : System

Initializes a new instance of the ValidateIntegerAttribute class.

Method Details

Build() public méthode

Constructs and configures an IValidator instance based on the properties set on the attribute instance.
public Build ( ) : IValidator
Résultat IValidator

ValidateIntegerAttribute() public méthode

Initializes a new instance of the ValidateIntegerAttribute class.
public ValidateIntegerAttribute ( ) : System
Résultat System

ValidateIntegerAttribute() public méthode

Initializes a new instance of the ValidateIntegerAttribute class.
public ValidateIntegerAttribute ( string errorMessage ) : System
errorMessage string The error message.
Résultat System