C# Класс Castle.MonoRail.Framework.Views.Aspx.Design.StandardTarget

Pendent
Наследование: ITarget
Показать файл Открыть проект

Открытые методы

Метод Описание
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