Class SwitchInputField
Represents a switch input field in Trinity.
public class SwitchInputField : SwitchInputField<int>, ITrinityComponent, ITrinityField, IFormComponent
- Inheritance
-
SwitchInputField
- Implements
- Inherited Members
Constructors
SwitchInputField(string)
public SwitchInputField(string columnName)
Parameters
columnName
string
Methods
SetDefaultValue(bool)
Set the component default value.
public SwitchInputField SetDefaultValue(bool value)
Parameters
value
boolSet the default value of the component.
Returns
- SwitchInputField
The current SwitchInputField. for further chaining.