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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object

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

ToString ( ) : string

Returns a that represents the current .

Méthodes protégées

Méthode Description
Validate ( ) : void

Validates this instance.

Method Details

Clone() public méthode

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

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