C# Class Castle.MonoRail.Framework.Views.Aspx.AbstractBindingComponent

Inheritance: IDataErrorInfo
Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
IsValid ( ) : bool

Determines whether this instance is valid.

this ( string propertyName ) : string

Gets or sets the System.String with the specified property name.

Protected Methods

Method Description
Trim ( string value ) : string

Trims the specified value.

Validate ( ) : void

Validates this instance.

Method Details

IsValid() public method

Determines whether this instance is valid.
public IsValid ( ) : bool
return bool

Trim() protected static method

Trims the specified value.
protected static Trim ( string value ) : string
value string The value.
return string

Validate() protected abstract method

Validates this instance.
protected abstract Validate ( ) : void
return void

this() public method

Gets or sets the System.String with the specified property name.
public this ( string propertyName ) : string
propertyName string
return string