Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Octopus
Client
Model
Forms
SubmitButtonGroup
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
Datei anzeigen
Open project: OctopusDeploy/Octo.exe
Public Methods
Method
Description
CoerceValue
(
string
value
) :
object
GetNativeValueType
( ) :
Type
SubmitButtonGroup
(
List
buttons
) :
System
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
) :
System
buttons
List
return
System