Class MetaClassRelationNNViewModel
Inherited Members
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.MetaClasses.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0Syntax
public class MetaClassRelationNNViewModel : MetaClassRelationNNModel
Constructors
MetaClassRelationNNViewModel()
Declaration
public MetaClassRelationNNViewModel()
Properties
CurrentObject
Declaration
public CurrentObject CurrentObject { get; set; }
Property Value
Type | Description |
---|---|
CurrentObject |
RelatedObjectList
Declaration
public List<RelatedObjectMapping> RelatedObjectList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RelatedObjectMapping> |