Class MetaDictionaryModel
Inheritance
System.Object
MetaDictionaryModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class MetaDictionaryModel : Object
Constructors
Declaration
public MetaDictionaryModel()
Properties
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IEnumerable<string> Items { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IEnumerable<dynamic> UsingTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
|