Class LogDto.ApplicationLogDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
LogDto.ApplicationLogDataTable
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public class ApplicationLogDataTable : TypedTableBase<LogDto.ApplicationLogRow>
Constructors
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
Declaration
public int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public DataColumn CreatedColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn IPAddressColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public LogDto.ApplicationLogRow this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public DataColumn LogIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn NotesColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn ObjectKeyColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn ObjectTypeColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn OperationColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn SourceColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn SucceededColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn UsernameColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Methods
Declaration
public void add_ApplicationLogRowChanged(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void add_ApplicationLogRowChanging(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void add_ApplicationLogRowDeleted(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void add_ApplicationLogRowDeleting(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void AddApplicationLogRow(LogDto.ApplicationLogRow row)
Parameters
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
Declaration
public override DataTable Clone()
Returns
| Type |
Description |
| System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
| Type |
Description |
| System.Data.DataTable |
|
Declaration
public LogDto.ApplicationLogRow FindByLogId(int LogId)
Parameters
| Type |
Name |
Description |
| System.Int32 |
LogId |
|
Returns
Declaration
protected override Type GetRowType()
Returns
| Type |
Description |
| System.Type |
|
Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
| Type |
Name |
Description |
| System.Xml.Schema.XmlSchemaSet |
xs |
|
Returns
| Type |
Description |
| System.Xml.Schema.XmlSchemaComplexType |
|
Declaration
public LogDto.ApplicationLogRow NewApplicationLogRow()
Returns
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowBuilder |
builder |
|
Returns
| Type |
Description |
| System.Data.DataRow |
|
Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowChangeEventArgs |
e |
|
Declaration
public void remove_ApplicationLogRowChanged(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void remove_ApplicationLogRowChanging(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void remove_ApplicationLogRowDeleted(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void remove_ApplicationLogRowDeleting(LogDto.ApplicationLogRowChangeEventHandler value)
Parameters
Declaration
public void RemoveApplicationLogRow(LogDto.ApplicationLogRow row)
Parameters
Events
Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowChanged
Event Type
Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowChanging
Event Type
Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowDeleted
Event Type
Declaration
public event LogDto.ApplicationLogRowChangeEventHandler ApplicationLogRowDeleting
Event Type