C# Class SpecExpress.Web.SpecificationManager

Inheritance: System.Web.UI.WebControls.CustomValidator
Afficher le fichier Open project: rbell/SpecExpress

Méthodes publiques

Méthode Description
GetSpecification ( ) : SpecificationBase
GetTypeToValidate ( ) : Type
Notify ( ValidationNotification notification ) : void

Méthodes protégées

Méthode Description
OnServerValidate ( string value ) : bool

Private Methods

Méthode Description
BuildObjectToValidateFromControls ( ) : object
TryConvertControlValue ( string controlValue, string propertyName ) : object

Method Details

GetSpecification() public méthode

public GetSpecification ( ) : SpecificationBase
Résultat SpecificationBase

GetTypeToValidate() public méthode

public GetTypeToValidate ( ) : Type
Résultat System.Type

Notify() public méthode

public Notify ( ValidationNotification notification ) : void
notification ValidationNotification
Résultat void

OnServerValidate() protected méthode

protected OnServerValidate ( string value ) : bool
value string
Résultat bool