C# 클래스 Octopus.Client.Model.Forms.FormExtensions

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
AddElement ( this form, string name, Control element, string initialValue = null, bool isValueRequired = false ) : void
GetCoercedValue ( this form, string name ) : object
SetValue ( this form, string name, string value ) : void
UpdateValues ( this form, string>.IDictionary values ) : void
Validate ( this form ) : IList

비공개 메소드들

메소드 설명
GetElement ( this form, string name ) : FormElement
GetRawValue ( this form, string name ) : string

메소드 상세

AddElement() 공개 정적인 메소드

public static AddElement ( this form, string name, Control element, string initialValue = null, bool isValueRequired = false ) : void
form this
name string
element Control
initialValue string
isValueRequired bool
리턴 void

GetCoercedValue() 공개 정적인 메소드

public static GetCoercedValue ( this form, string name ) : object
form this
name string
리턴 object

SetValue() 공개 정적인 메소드

public static SetValue ( this form, string name, string value ) : void
form this
name string
value string
리턴 void

UpdateValues() 공개 정적인 메소드

public static UpdateValues ( this form, string>.IDictionary values ) : void
form this
values string>.IDictionary
리턴 void

Validate() 공개 정적인 메소드

public static Validate ( this form ) : IList
form this
리턴 IList