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 : EnumFields
Added
A new item was added.
Declaration
public const ChangeType AddedField Value
| Type | Description | 
|---|---|
| ChangeType | 
Deleted
An existing item was deleted.
Declaration
public const ChangeType DeletedField Value
| Type | Description | 
|---|---|
| ChangeType | 
Modified
An existing item was modified.
Declaration
public const ChangeType ModifiedField Value
| Type | Description | 
|---|---|
| ChangeType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
