Class MetaDictionaryItemModel
Inheritance
System.Object
MetaDictionaryItemModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class MetaDictionaryItemModel : Object
Constructors
Declaration
public MetaDictionaryItemModel()
Declaration
public MetaDictionaryItemModel(MetaDictionaryItem dictionaryItem)
Parameters
Properties
Declaration
public string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsInUse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int OwnerMetaFieldId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public static MetaDictionaryItemModel ParseId(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns