Class AddOrDeleteRelation1NDataModel
Inheritance
System.Object
AddOrDeleteRelation1NDataModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class AddOrDeleteRelation1NDataModel : Object
Constructors
AddOrDeleteRelation1NDataModel()
Declaration
public AddOrDeleteRelation1NDataModel()
Properties
ObjectId
Declaration
public string ObjectId { get; set; }
Property Value
Type |
Description |
System.String |
|
RefClassName
Declaration
public string RefClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
RefFieldName
Declaration
public string RefFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
RefIds
Declaration
public List<object> RefIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|