Class DeletedNodeEntryRelationEventArgs
A event argument for when a node-entry relation is deleted.
Inheritance
System.Object
DeletedNodeEntryRelationEventArgs
Inherited Members
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class DeletedNodeEntryRelationEventArgs : DeletedRelationEventArgs
Constructors
DeletedNodeEntryRelationEventArgs(NodeEntryRelationChange)
Initializes a new instance of the DeletedNodeEntryRelationEventArgs class.
Declaration
public DeletedNodeEntryRelationEventArgs(NodeEntryRelationChange nodeEntryRelationChange)
Parameters
Type | Name | Description |
---|---|---|
NodeEntryRelationChange | nodeEntryRelationChange | Describes a change made to a node-entry relation. |
DeletedNodeEntryRelationEventArgs(Int32, Int32, Int32)
Initializes a new instance of the DeletedNodeEntryRelationEventArgs class.
Declaration
public DeletedNodeEntryRelationEventArgs(int entryId, int nodeId, int catalogId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | entryId | The entry id. |
System.Int32 | nodeId | The node id. |
System.Int32 | catalogId | The catalog id. |
Properties
EntryId
Gets the entry id.
Declaration
public int EntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NodeId
Gets the node id.
Declaration
public int NodeId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |