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

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

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string

Returns a that represents the current .

Protected Methods

Method Description
Validate ( ) : void

Validates this instance.

Method Details

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