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 MetaDictionaryModel

Inheritance
System.Object
MetaDictionaryModel
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class MetaDictionaryModel : Object

Constructors

MetaDictionaryModel()

Declaration
public MetaDictionaryModel()

Properties

Id

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

Items

Declaration
public IEnumerable<string> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Name

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

UsingTypes

Declaration
public IEnumerable<dynamic> UsingTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Object>