Class DeletedAssociationEventArgs
A event argument for when an ssociation is deleted.
Inheritance
System.Object
System.EventArgs
DeletedAssociationEventArgs
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 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 |