Class CatalogLogManager
Represents catalog log manager.
Inheritance
System.Object
CatalogLogManager
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.Managers
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public static class CatalogLogManager
Methods
GetCatalogLog(String, String, DateTime, Int32, Int32, ref Int32)
Gets the catalog log.
Declaration
public static CatalogLogDto GetCatalogLog(string operation, string objectType, DateTime created, int startingRecord, int numberOfRecords, ref int totalRecords)
Parameters
Type | Name | Description |
---|---|---|
System.String | operation | The operation. |
System.String | objectType | Type of the object. |
System.DateTime | created | The created. |
System.Int32 | startingRecord | The starting record. |
System.Int32 | numberOfRecords | The number of records. |
System.Int32 | totalRecords | The total records. |
Returns
Type | Description |
---|---|
CatalogLogDto |
SaveLog(CatalogLogDto)
Saves the log.
Declaration
public static void SaveLog(CatalogLogDto dto)
Parameters
Type | Name | Description |
---|---|---|
CatalogLogDto | dto | The dto. |