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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ControllerBinding ( ) : System

Initializes a new instance of the ControllerBinding class.

ControllerBinding ( ControllerBinder binder ) : System

Initializes a new instance of the ControllerBinding class.

ToString ( ) : string

Returns a that represents the current .

보호된 메소드들

메소드 설명
Validate ( ) : void

Validates this instance.

메소드 상세

ControllerBinding() 공개 메소드

Initializes a new instance of the ControllerBinding class.
public ControllerBinding ( ) : System
리턴 System

ControllerBinding() 공개 메소드

Initializes a new instance of the ControllerBinding class.
public ControllerBinding ( ControllerBinder binder ) : System
binder ControllerBinder The binder.
리턴 System

ToString() 공개 메소드

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

Validate() 보호된 메소드

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