Class MetaClassFieldModel
Inheritance
System.Object
MetaClassFieldModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class MetaClassFieldModel : Object
Constructors
Declaration
public MetaClassFieldModel()
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 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 string Name { get; set; }
Property Value
Type |
Description |
System.String |
|