C# Class Castle.MonoRail.Framework.Views.Aspx.ControllerBinding

Inheritance: AbstractBindingComponent
Exibir arquivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
Validate ( ) : void

Validates this instance.

Method Details

ControllerBinding() public method

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

ControllerBinding() public method

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

ToString() public method

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

Validate() protected method

Validates this instance.
protected Validate ( ) : void
return void