Class ChangeType
Describes a change made to an item.
Inheritance
System.Object
ChangeType
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class ChangeType : Enum
Fields
Added
A new item was added.
Declaration
public const ChangeType Added
Field Value
Type | Description |
---|---|
ChangeType |
Deleted
An existing item was deleted.
Declaration
public const ChangeType Deleted
Field Value
Type | Description |
---|---|
ChangeType |
Modified
An existing item was modified.
Declaration
public const ChangeType Modified
Field Value
Type | Description |
---|---|
ChangeType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |