SaaS CMS has officially launched! Learn more now.

Class CatalogChange

Describes a change made to a catalog.

Inheritance
System.Object
CatalogChange
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 CatalogChange

Constructors

CatalogChange(ChangeType, Int32, Boolean)

Initializes a new instance of the CatalogChange class.

Declaration
public CatalogChange(ChangeType changeType, int catalogId, bool languageConfigurationChanged)
Parameters
Type Name Description
ChangeType changeType

The type of change made to the catalog.

System.Int32 catalogId

The id of the catalog.

System.Boolean languageConfigurationChanged

Flag indicating whether the language configuration of the catalog was changed.

Properties

CatalogId

The id of the catalog.

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

ChangeType

The type of change made to the catalog.

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

LanguageConfigurationChanged

Flag indicating whether the language configuration of the catalog was changed.

Declaration
public bool LanguageConfigurationChanged { get; }
Property Value
Type Description
System.Boolean