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 CatalogLogDto.CatalogLogRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogLogDto.CatalogLogRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogLogRow : DataRow

Properties

Created

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

LogId

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

Notes

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String

ObjectKey

Declaration
public string ObjectKey { get; set; }
Property Value
Type Description
System.String

ObjectType

Declaration
public string ObjectType { get; set; }
Property Value
Type Description
System.String

Operation

Declaration
public string Operation { get; set; }
Property Value
Type Description
System.String

Succeeded

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

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

Methods

IsNotesNull()

Declaration
public bool IsNotesNull()
Returns
Type Description
System.Boolean

SetNotesNull()

Declaration
public void SetNotesNull()