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

Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
FormScopeInfo ( string target, bool isValidationEnabled ) : System

Initializes a new instance of the FormScopeInfo class.

Method Details

FormScopeInfo() public method

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].
return System