With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class MetaDictionaryItemModel

Inheritance
System.Object
MetaDictionaryItemModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MetaDictionaryItemModel

Constructors

MetaDictionaryItemModel()

Declaration
public MetaDictionaryItemModel()

MetaDictionaryItemModel(MetaDictionaryItem)

Declaration
public MetaDictionaryItemModel(MetaDictionaryItem dictionaryItem)
Parameters
Type Name Description
MetaDictionaryItem dictionaryItem

Properties

DefaultValue

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

Id

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

IsInUse

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

ItemId

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

Name

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

OwnerMetaFieldId

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

Value

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

Methods

ParseId(String)

Declaration
public static MetaDictionaryItemModel ParseId(string id)
Parameters
Type Name Description
System.String id
Returns
Type Description
MetaDictionaryItemModel