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 MetaFieldModel

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

Constructors

MetaFieldModel()

Declaration
public MetaFieldModel()

Properties

ClassName

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

Description

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

ExtendedObject

Declaration
public object ExtendedObject { get; set; }
Property Value
Type Description
System.Object

FieldName

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

FieldType

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

FormatType

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

FriendlyName

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

IsNullable

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

ReadOnly

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