Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AddOrDeleteRelationNNDataModel

Inheritance
System.Object
AddOrDeleteRelationNNDataModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.DataManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class AddOrDeleteRelationNNDataModel : Object

Constructors

AddOrDeleteRelationNNDataModel()

Declaration
public AddOrDeleteRelationNNDataModel()

Properties

BridgeClassName

Declaration
public string BridgeClassName { get; set; }
Property Value
Type Description
System.String

Field1Name

Declaration
public string Field1Name { get; set; }
Property Value
Type Description
System.String

Field2Name

Declaration
public string Field2Name { get; set; }
Property Value
Type Description
System.String

ObjectId

Declaration
public string ObjectId { 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>