Class DeletedAssociationEventArgs
A event argument for when an ssociation is deleted.
Inheritance
System.Object
DeletedAssociationEventArgs
Inherited Members
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class DeletedAssociationEventArgs : AssociationEventArgs
Constructors
DeletedAssociationEventArgs(Int32, Int32, Int32)
Declaration
public DeletedAssociationEventArgs(int childEntryId, int parentEntryId, int associationId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | childEntryId | |
System.Int32 | parentEntryId | |
System.Int32 | associationId |
Properties
AssociationId
Gets the association id of the deleted association.
Declaration
public int AssociationId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChildEntryId
Gets the child catalog entry id of the deleted association.
Declaration
public int ChildEntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentEntryId
Gets the parent catalog entry id of the deleted association.
Declaration
public int ParentEntryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |