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 MetaClassFieldViewModel

Inheritance
System.Object
MetaClassFieldViewModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.MetaClasses.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class MetaClassFieldViewModel : MetaClassFieldModel

Constructors

MetaClassFieldViewModel()

Declaration
public MetaClassFieldViewModel()

Properties

BusinessObject

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

FieldTypes

Declaration
public List<KeyValueModel> FieldTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValueModel>

FormatTypes

Declaration
public List<KeyValueModel> FormatTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValueModel>

IsSystem

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
System.Boolean

IsVisibleFormat

Declaration
public bool IsVisibleFormat { get; set; }
Property Value
Type Description
System.Boolean