SaaS CMS has officially launched! Learn more now.

Class EntryChange

Describes a change made to an entry.

Inheritance
System.Object
EntryChange
Inherited Members
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 EntryChange

Constructors

EntryChange(ChangeType, Int32, Int32)

Initializes a new instance of the EntryChange class.

Declaration
public EntryChange(ChangeType changeType, int entryId, int catalogId)
Parameters
Type Name Description
ChangeType changeType

The type of change made to the entry.

System.Int32 entryId

The id of the entry.

System.Int32 catalogId

The id of the catalog the entry is in.

Properties

CatalogId

The id of the catalog the entry is in.

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

ChangeType

The type of change made to the entry.

Declaration
public ChangeType ChangeType { get; }
Property Value
Type Description
ChangeType

EntryId

The id of the entry.

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