Class CatalogEntryChangeModel
Inheritance
System.Object
CatalogEntryChangeModel
Namespace: EPiServer.Commerce.ODP.Internal
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
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 |