Class MetaClassRelationViewModel
Inheritance
System.Object
MetaClassRelationViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class MetaClassRelationViewModel : Object
Constructors
Declaration
public MetaClassRelationViewModel()
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CurrentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 PrimaryNameLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RefClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RefFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RelatedObject { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RelatedObjectLink { get; set; }
Property Value
Type |
Description |
System.String |
|