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: 10.8.0Syntax
public class DeletedEntryRelationEventArgs : DeletedRelationEventArgs
  Constructors
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 |