Method | Description | |
---|---|---|
UpdateFormElement ( FormElementViewModel model ) : FormElementViewModel |
Updates the form element.
|
|
UpdateFormElementsPositions ( long formElementId, ICorePrincipal user, |
Updates the form elements positions.
|
|
ValidateForm ( FormViewModel model, ModelStateDictionary modelState ) : void |
Validates the form model.
|
|
ValidateFormElement ( FormElementViewModel model, ModelStateDictionary modelState ) : void |
Validates the form element.
|
public static UpdateFormElement ( FormElementViewModel model ) : FormElementViewModel | ||
model | FormElementViewModel | The model. |
return | FormElementViewModel |
public static UpdateFormElementsPositions ( long formElementId, ICorePrincipal user, |
||
formElementId | long | The form element id. |
user | ICorePrincipal | The user. |
orderNumber | The order number. | |
return | void |
public static ValidateForm ( FormViewModel model, ModelStateDictionary modelState ) : void | ||
model | FormViewModel | The model. |
modelState | ModelStateDictionary | State of the model. |
return | void |
public static ValidateFormElement ( FormElementViewModel model, ModelStateDictionary modelState ) : void | ||
model | FormElementViewModel | The model. |
modelState | ModelStateDictionary | State of the model. |
return | void |