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

Inheritance: AbstractBindingComponent
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 .

Méthodes protégées

Méthode Description
Validate ( ) : void

Validates this instance.

Method Details

ControllerBinding() public méthode

Initializes a new instance of the ControllerBinding class.
public ControllerBinding ( ) : System
Résultat System

ControllerBinding() public méthode

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

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : string
Résultat string

Validate() protected méthode

Validates this instance.
protected Validate ( ) : void
Résultat void