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

Inheritance: AbstractBindingComponent, ICloneable
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

ToString ( ) : string

Returns a that represents the current .

Protected Methods

Method Description
Validate ( ) : void

Validates this instance.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

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