C# Class Castle.MonoRail.Framework.Helpers.FormHelper.FormScopeInfo

Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
FormScopeInfo ( string target, bool isValidationEnabled ) : System

Initializes a new instance of the FormScopeInfo class.

Method Details

FormScopeInfo() public méthode

Initializes a new instance of the FormScopeInfo class.
public FormScopeInfo ( string target, bool isValidationEnabled ) : System
target string The target.
isValidationEnabled bool if set to true [is validation enabled].
Résultat System