Class FieldTypeMapping
Inheritance
System.Object
FieldTypeMapping
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.MetaClasses.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0Syntax
public class FieldTypeMapping : Object
Constructors
FieldTypeMapping()
Declaration
public FieldTypeMapping()
Properties
FormatTypes
Declaration
public List<FormatTypeMapping> FormatTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FormatTypeMapping> |
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |