Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DropdownBooleanModel

Inheritance
System.Object
DropdownBooleanModel
Inherited Members
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class DropdownBooleanModel : ShowOnTableModel

Constructors

DropdownBooleanModel()

Declaration
public DropdownBooleanModel()

Properties

DefaultValue

Declaration
public string DefaultValue { get; set; }
Property Value
Type Description
System.String

DefaultValueOptions

Declaration
public List<KeyValueModel> DefaultValueOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValueModel>

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