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 FieldTypeMapping

Inheritance
System.Object
FieldTypeMapping
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.MetaClasses.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
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