C# 클래스 Castle.MonoRail.Framework.Views.Aspx.AbstractBindingComponent

상속: IDataErrorInfo
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsValid ( ) : bool

Determines whether this instance is valid.

this ( string propertyName ) : string

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

보호된 메소드들

메소드 설명
Trim ( string value ) : string

Trims the specified value.

Validate ( ) : void

Validates this instance.

메소드 상세

IsValid() 공개 메소드

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

Trim() 보호된 정적인 메소드

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

Validate() 보호된 추상적인 메소드

Validates this instance.
protected abstract Validate ( ) : void
리턴 void

this() 공개 메소드

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