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

An input area for paragraphs of text.
상속: Control
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type
TextArea ( string label ) : System

메소드 상세

CoerceValue() 공개 메소드

public CoerceValue ( string value ) : object
value string
리턴 object

GetNativeValueType() 공개 메소드

public GetNativeValueType ( ) : Type
리턴 System.Type

TextArea() 공개 메소드

public TextArea ( string label ) : System
label string
리턴 System