Class NodeEntryRelationChange
Describes a change made to a node-entry relation.
Inheritance
System.Object
NodeEntryRelationChange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class NodeEntryRelationChange
Constructors
NodeEntryRelationChange(ChangeType, Int32, Int32, Int32)
Initializes a new instance of the NodeEntryRelationChange class.
Declaration
public NodeEntryRelationChange(ChangeType changeType, int nodeId, int entryId, int catalogId)
Parameters
Type | Name | Description |
---|---|---|
ChangeType | changeType | The type of change made to the relation. |
System.Int32 | nodeId | The id of the node in the relation. |
System.Int32 | entryId | The id of the entry in the relation. |
System.Int32 | catalogId | The id of the catalog in the relation. |
Properties
CatalogId
The id of the catalog in the relation.
Declaration
public int CatalogId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChangeType
The type of change made to the relation.
Declaration
public ChangeType ChangeType { get; }
Property Value
Type | Description |
---|---|
ChangeType |
EntryId
The id of the entry in the relation.
Declaration
public int EntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NodeId
The id of the node in the relation.
Declaration
public int NodeId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |