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

A Boolean option.
Inheritance: Control
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
Checkbox ( string text ) : System
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type

Method Details

Checkbox() public method

public Checkbox ( string text ) : System
text string
return System

CoerceValue() public method

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

GetNativeValueType() public method

public GetNativeValueType ( ) : Type
return System.Type