C# 클래스 Core.Forms.Helpers.FormsHelper

파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
UpdateFormElement ( FormElementViewModel model ) : FormElementViewModel

Updates the form element.

UpdateFormElementsPositions ( long formElementId, ICorePrincipal user, Int32 orderNumber ) : void

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.

메소드 상세

UpdateFormElement() 공개 정적인 메소드

Updates the form element.
public static UpdateFormElement ( FormElementViewModel model ) : FormElementViewModel
model FormElementViewModel The model.
리턴 FormElementViewModel

UpdateFormElementsPositions() 공개 정적인 메소드

Updates the form elements positions.
public static UpdateFormElementsPositions ( long formElementId, ICorePrincipal user, Int32 orderNumber ) : void
formElementId long The form element id.
user ICorePrincipal The user.
orderNumber System.Int32 The order number.
리턴 void

ValidateForm() 공개 정적인 메소드

Validates the form model.
public static ValidateForm ( FormViewModel model, ModelStateDictionary modelState ) : void
model FormViewModel The model.
modelState ModelStateDictionary State of the model.
리턴 void

ValidateFormElement() 공개 정적인 메소드

Validates the form element.
public static ValidateFormElement ( FormElementViewModel model, ModelStateDictionary modelState ) : void
model FormElementViewModel The model.
modelState ModelStateDictionary State of the model.
리턴 void