C# 클래스 Castle.MonoRail.Framework.Views.Aspx.Design.StandardTarget

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

공개 메소드들

메소드 설명
StandardTarget ( Type type, string name ) : System

Initializes a new instance of the StandardTarget class.

StandardTarget ( object instance, string name ) : System

Initializes a new instance of the StandardTarget class.

StandardTarget ( string name ) : System

Initializes a new instance of the StandardTarget class.

ToString ( ) : string

Returns a that represents the current .

보호된 메소드들

메소드 설명
CollectPropertyNames ( Type type ) : string[]

Collects the property names.

메소드 상세

CollectPropertyNames() 보호된 메소드

Collects the property names.
protected CollectPropertyNames ( Type type ) : string[]
type System.Type The type.
리턴 string[]

StandardTarget() 공개 메소드

Initializes a new instance of the StandardTarget class.
public StandardTarget ( Type type, string name ) : System
type System.Type The type.
name string The name.
리턴 System

StandardTarget() 공개 메소드

Initializes a new instance of the StandardTarget class.
public StandardTarget ( object instance, string name ) : System
instance object The instance.
name string The name.
리턴 System

StandardTarget() 공개 메소드

Initializes a new instance of the StandardTarget class.
public StandardTarget ( string name ) : System
name string The name.
리턴 System

ToString() 공개 메소드

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