C# Class Octopus.Client.Model.Forms.TextArea

An input area for paragraphs of text.
Inheritance: Control
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type
TextArea ( string label ) : System

Method Details

CoerceValue() public method

public CoerceValue ( string value ) : object
value string
return object

GetNativeValueType() public method

public GetNativeValueType ( ) : Type
return System.Type

TextArea() public method

public TextArea ( string label ) : System
label string
return System