Class DropdownBooleanModel
Inheritance
System.Object
DropdownBooleanModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class DropdownBooleanModel : ShowOnTableModel
Constructors
Declaration
public DropdownBooleanModel()
Properties
Declaration
public string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<KeyValueModel> DefaultValueOptions { get; set; }
Property Value
FalseText
Declaration
public string FalseText { get; set; }
Property Value
Type |
Description |
System.String |
|
TrueText
Declaration
public string TrueText { get; set; }
Property Value
Type |
Description |
System.String |
|