SaaS CMS has officially launched! Learn more now.

Class DeletedEntryRelationEventArgs

A event argument for when an entry relation is deleted.

Inheritance
System.Object
System.EventArgs
DeletedEntryRelationEventArgs
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: 11.8.3
Syntax
public class DeletedEntryRelationEventArgs : DeletedRelationEventArgs

Constructors

DeletedEntryRelationEventArgs(EntryRelationChange)

Initializes a new instance of the DeletedEntryRelationEventArgs class.

Declaration
public DeletedEntryRelationEventArgs(EntryRelationChange entryRelationChange)
Parameters
Type Name Description
EntryRelationChange entryRelationChange

Describes a change made to an entry relation.

DeletedEntryRelationEventArgs(Int32, Int32, Int32)

Initializes a new instance of the DeletedEntryRelationEventArgs class.

Declaration
public DeletedEntryRelationEventArgs(int childEntryId, int parentEntryId, int catalogId)
Parameters
Type Name Description
System.Int32 childEntryId

The child entry id.

System.Int32 parentEntryId

The parent entry id.

System.Int32 catalogId

The catalog id.

Properties

ChildEntryId

Gets the child entry id.

Declaration
public int ChildEntryId { get; }
Property Value
Type Description
System.Int32

ParentEntryId

Gets the parent entry id.

Declaration
public int ParentEntryId { get; }
Property Value
Type Description
System.Int32