Class EntryChange
Describes a change made to an entry.
Inheritance
System.Object
EntryChange
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class EntryChange : Object
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 |