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

A group of options, represented as buttons. The value of the element is the value of the selected button.
Inheritance: Control
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type
SubmitButtonGroup ( List

Method Details

CoerceValue() public method

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

GetNativeValueType() public method

public GetNativeValueType ( ) : Type
return System.Type

SubmitButtonGroup() public method

public SubmitButtonGroup ( List
buttons List
return System