SaaS CMS has officially launched! Learn more now.

Class DeletedRelationEventArgs

A event argument for when a relation is deleted.

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 abstract class DeletedRelationEventArgs : RelationEventArgs

Constructors

DeletedRelationEventArgs()

Declaration
protected DeletedRelationEventArgs()

DeletedRelationEventArgs(NodeRelationChange, NodeEntryRelationChange, EntryRelationChange)

Initializes a new instance of the RelationEventArgs class.

Declaration
protected DeletedRelationEventArgs(NodeRelationChange nodeRelationChange, NodeEntryRelationChange nodeEntryRelationChange, EntryRelationChange entryRelationChange)
Parameters
Type Name Description
NodeRelationChange nodeRelationChange

Describes a change made to a node relation.

NodeEntryRelationChange nodeEntryRelationChange

Describes a change made to a node-entry relation.

EntryRelationChange entryRelationChange

Describes a change made to an entry relation.

DeletedRelationEventArgs(Int32)

Initializes a new instance of the DeletedRelationEventArgs class.

Declaration
[Obsolete("Use an other constructor. Will remain at least until October 2018.")]
public DeletedRelationEventArgs(int catalogId)
Parameters
Type Name Description
System.Int32 catalogId

The catalog id.

Properties

CatalogId

Gets the catalog id.

Declaration
public int CatalogId { get; protected set; }
Property Value
Type Description
System.Int32