Class MetaClassRelationModel
Inheritance
System.Object
MetaClassRelationModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class MetaClassRelationModel : Object
Constructors
Declaration
public MetaClassRelationModel()
Properties
Declaration
public string CurrentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CurrentObject { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayOrderText
Declaration
public string DisplayOrderText { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayText
Declaration
public string DisplayText { 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 IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PrimaryName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PrimaryObject { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RelatedObject { get; set; }
Property Value
Type |
Description |
System.String |
|