C# Class Castle.MonoRail.Framework.Views.Aspx.Design.StandardTarget

Pendent
Inheritance: ITarget
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
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 .

Protected Methods

Method Description
CollectPropertyNames ( Type type ) : string[]

Collects the property names.

Method Details

CollectPropertyNames() protected method

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

StandardTarget() public method

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

StandardTarget() public method

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

StandardTarget() public method

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

ToString() public method

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