SaaS CMS has officially launched! Learn more now.

Class LogDto.ApplicationLogRow

Represents strongly named DataRow class.

Inheritance
System.Object
LogDto.ApplicationLogRow
Namespace: Mediachase.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class ApplicationLogRow : DataRow

Properties

Created

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

IPAddress

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

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

Source

Declaration
public string Source { 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

IsIPAddressNull()

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

IsNotesNull()

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

SetIPAddressNull()

Declaration
public void SetIPAddressNull()

SetNotesNull()

Declaration
public void SetNotesNull()