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

상속: AbstractBindingComponent, ICloneable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a new object that is a copy of the current instance.

ToString ( ) : string

Returns a that represents the current .

보호된 메소드들

메소드 설명
Validate ( ) : void

Validates this instance.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

ToString() 공개 메소드

Returns a that represents the current .
public ToString ( ) : string
리턴 string

Validate() 보호된 메소드

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