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 PropertyItemModel

Inheritance
System.Object
PropertyItemModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class PropertyItemModel : Object

Constructors

PropertyItemModel()

Declaration
public PropertyItemModel()

Properties

AllowNulls

Declaration
public bool AllowNulls { get; set; }
Property Value
Type Description
System.Boolean

Attributes

Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

DataType

Declaration
public MetaDataType DataType { get; set; }
Property Value
Type Description
MetaDataType

DictionaryItems

Declaration
public IEnumerable<MetaDictionaryItemModel> DictionaryItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MetaDictionaryItemModel>

FriendlyName

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

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

IsEditable

Declaration
public bool IsEditable { get; set; }
Property Value
Type Description
System.Boolean

Name

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

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object