Class DeletedNodeEntryRelationEventArgs
A event argument for when a node-entry relation is deleted.
Inheritance
System.Object
System.EventArgs
DeletedNodeEntryRelationEventArgs
Inherited Members
System.EventArgs.Empty
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 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 |