SaaS CMS has officially launched! Learn more now.

Class LogDto.ApplicationLogDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
LogDto.ApplicationLogDataTable
Namespace: Mediachase.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class ApplicationLogDataTable : TypedTableBase<LogDto.ApplicationLogRow>

Constructors

ApplicationLogDataTable()

Declaration
public ApplicationLogDataTable()

ApplicationLogDataTable(SerializationInfo, StreamingContext)

Declaration
protected ApplicationLogDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Properties

Count

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

CreatedColumn

Declaration
public DataColumn CreatedColumn { get; }
Property Value
Type Description
System.Data.DataColumn

IPAddressColumn

Declaration
public DataColumn IPAddressColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Item[Int32]

Declaration
public LogDto.ApplicationLogRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
LogDto.ApplicationLogRow

LogIdColumn

Declaration
public DataColumn LogIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

NotesColumn

Declaration
public DataColumn NotesColumn { get; }
Property Value
Type Description
System.Data.DataColumn

ObjectKeyColumn

Declaration
public DataColumn ObjectKeyColumn { get; }
Property Value
Type Description
System.Data.DataColumn

ObjectTypeColumn

Declaration
public DataColumn ObjectTypeColumn { get; }
Property Value
Type Description
System.Data.DataColumn

OperationColumn

Declaration
public DataColumn OperationColumn { get; }
Property Value
Type Description
System.Data.DataColumn

SourceColumn

Declaration
public DataColumn SourceColumn { get; }
Property Value
Type Description
System.Data.DataColumn

SucceededColumn

Declaration
public DataColumn SucceededColumn { get; }
Property Value
Type Description
System.Data.DataColumn

UsernameColumn

Declaration
public DataColumn UsernameColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Methods

AddApplicationLogRow(LogDto.ApplicationLogRow)

Declaration
public void AddApplicationLogRow(LogDto.ApplicationLogRow row)
Parameters
Type Name Description
LogDto.ApplicationLogRow row

AddApplicationLogRow(String, String, String, String, DateTime, Boolean, String, String, String)

Declaration
public LogDto.ApplicationLogRow AddApplicationLogRow(string Operation, string ObjectKey, string ObjectType, string Username, DateTime Created, bool Succeeded, string Notes, string Source, string IPAddress)
Parameters
Type Name Description
System.String Operation
System.String ObjectKey
System.String ObjectType
System.String Username
System.DateTime Created
System.Boolean Succeeded
System.String Notes
System.String Source
System.String IPAddress
Returns
Type Description
LogDto.ApplicationLogRow

Clone()

Declaration
public override DataTable Clone()
Returns
Type Description
System.Data.DataTable

CreateInstance()

Declaration
protected override DataTable CreateInstance()
Returns
Type Description
System.Data.DataTable

FindByLogId(Int32)

Declaration
public LogDto.ApplicationLogRow FindByLogId(int LogId)
Parameters
Type Name Description
System.Int32 LogId
Returns
Type Description
LogDto.ApplicationLogRow

GetRowType()

Declaration
protected override Type GetRowType()
Returns
Type Description
System.Type

GetTypedTableSchema(XmlSchemaSet)

Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
Type Name Description
System.Xml.Schema.XmlSchemaSet xs
Returns
Type Description
System.Xml.Schema.XmlSchemaComplexType

NewApplicationLogRow()

Declaration
public LogDto.ApplicationLogRow NewApplicationLogRow()
Returns
Type Description
LogDto.ApplicationLogRow

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type Name Description
System.Data.DataRowBuilder builder
Returns
Type Description
System.Data.DataRow

OnRowChanged(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowChanging(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleted(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleting(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

RemoveApplicationLogRow(LogDto.ApplicationLogRow)

Declaration
public void RemoveApplicationLogRow(LogDto.ApplicationLogRow row)
Parameters
Type Name Description
LogDto.ApplicationLogRow row

Events

ApplicationLogRowChanged

Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowChanged
Event Type
Type Description
LogDto.ApplicationLogRowChangeEventHandler

ApplicationLogRowChanging

Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowChanging
Event Type
Type Description
LogDto.ApplicationLogRowChangeEventHandler

ApplicationLogRowDeleted

Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowDeleted
Event Type
Type Description
LogDto.ApplicationLogRowChangeEventHandler

ApplicationLogRowDeleting

Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowDeleting
Event Type
Type Description
LogDto.ApplicationLogRowChangeEventHandler