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

Inheritance: IDataErrorInfo
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsValid ( ) : bool

Determines whether this instance is valid.

this ( string propertyName ) : string

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

Méthodes protégées

Méthode Description
Trim ( string value ) : string

Trims the specified value.

Validate ( ) : void

Validates this instance.

Method Details

IsValid() public méthode

Determines whether this instance is valid.
public IsValid ( ) : bool
Résultat bool

Trim() protected static méthode

Trims the specified value.
protected static Trim ( string value ) : string
value string The value.
Résultat string

Validate() protected abstract méthode

Validates this instance.
protected abstract Validate ( ) : void
Résultat void

this() public méthode

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