Class MetaFieldModel
Inheritance
System.Object
MetaFieldModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class MetaFieldModel : Object
Constructors
Declaration
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object ExtendedObject { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string FieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FieldType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FormatType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsNullable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|