Method | Description | |
---|---|---|
AddElement ( this form, string name, |
||
GetCoercedValue ( this form, string name ) : object | ||
SetValue ( this form, string name, string value ) : void | ||
UpdateValues ( this form, string>.IDictionary |
||
Validate ( this form ) : IList |
Method | Description | |
---|---|---|
GetElement ( this form, string name ) : |
||
GetRawValue ( this form, string name ) : string |
public static AddElement ( this form, string name, |
||
form | this | |
name | string | |
element | ||
initialValue | string | |
isValueRequired | bool | |
return | void |
public static GetCoercedValue ( this form, string name ) : object | ||
form | this | |
name | string | |
return | object |
public static SetValue ( this form, string name, string value ) : void | ||
form | this | |
name | string | |
value | string | |
return | void |
public static UpdateValues ( this form, string>.IDictionary |
||
form | this | |
values | string>.IDictionary | |
return | void |