Class EntryRelationChange
Describes a change made to an entry relation.
Inheritance
System.Object
EntryRelationChange
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class EntryRelationChange : Object
Constructors
EntryRelationChange(ChangeType, Int32, Int32)
Initializes a new instance of the EntryRelationChange class.
Declaration
public EntryRelationChange(ChangeType changeType, int parentEntryId, int childEntryId)
Parameters
Type | Name | Description |
---|---|---|
ChangeType | changeType | The type of change made to the relation. |
System.Int32 | parentEntryId | The id of the parent entry in the relation. |
System.Int32 | childEntryId | The id of the child entry in the relation. |
Properties
ChangeType
The type of change made to the relation.
Declaration
public ChangeType ChangeType { get; }
Property Value
Type | Description |
---|---|
ChangeType |
ChildEntryId
The id of the child entry in the relation.
Declaration
public int ChildEntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentEntryId
The id of the parent entry in the relation.
Declaration
public int ParentEntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |