C# Class SpecExpress.Web.SpecificationManager

Inheritance: System.Web.UI.WebControls.CustomValidator
显示文件 Open project: rbell/SpecExpress

Public Methods

Method Description
GetSpecification ( ) : SpecificationBase
GetTypeToValidate ( ) : Type
Notify ( ValidationNotification notification ) : void

Protected Methods

Method Description
OnServerValidate ( string value ) : bool

Private Methods

Method Description
BuildObjectToValidateFromControls ( ) : object
TryConvertControlValue ( string controlValue, string propertyName ) : object

Method Details

GetSpecification() public method

public GetSpecification ( ) : SpecificationBase
return SpecificationBase

GetTypeToValidate() public method

public GetTypeToValidate ( ) : Type
return System.Type

Notify() public method

public Notify ( ValidationNotification notification ) : void
notification ValidationNotification
return void

OnServerValidate() protected method

protected OnServerValidate ( string value ) : bool
value string
return bool