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

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

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