Class PropertyItemModel
Inheritance
System.Object
PropertyItemModel
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
DictionaryItems
Declaration
public IEnumerable<MetaDictionaryItemModel> DictionaryItems { get; set; }
Property Value
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 |
|