A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CatalogEntryChangeModel

Inheritance
System.Object
CatalogEntryChangeModel
Namespace: EPiServer.Commerce.ODP.Internal
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class CatalogEntryChangeModel : Object

Constructors

CatalogEntryChangeModel()

Declaration
public CatalogEntryChangeModel()

Properties

EntryId

Gets or sets the entry id.

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

Modified

Modified time.

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime