London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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