Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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