Class CatalogLogDto.CatalogLogDataTable
  
  Represents the strongly named DataTable class.
    Inheritance
    System.Object
    CatalogLogDto.CatalogLogDataTable
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 14.26.0
  
  
    public class CatalogLogDataTable : TypedTableBase<CatalogLogDto.CatalogLogRow>
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public CatalogLogDataTable()
   
  
  
  
  CatalogLogDataTable(SerializationInfo, StreamingContext)
  
  
  Declaration
  
    protected CatalogLogDataTable(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 CatalogLogDto.CatalogLogRow 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 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_CatalogLogRowChanged(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_CatalogLogRowChanging(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_CatalogLogRowDeleted(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_CatalogLogRowDeleting(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void AddCatalogLogRow(CatalogLogDto.CatalogLogRow row)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public CatalogLogDto.CatalogLogRow AddCatalogLogRow(string Operation, string ObjectKey, string ObjectType, string Username, DateTime Created, bool Succeeded, string Notes)
   
  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 |  | 
    
  
  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 CatalogLogDto.CatalogLogRow 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 CatalogLogDto.CatalogLogRow NewCatalogLogRow()
   
  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_CatalogLogRowChanged(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_CatalogLogRowChanging(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_CatalogLogRowDeleted(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_CatalogLogRowDeleting(CatalogLogDto.CatalogLogRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void RemoveCatalogLogRow(CatalogLogDto.CatalogLogRow row)
   
  Parameters
  
  Events
  
  
  
  
  
  
  Declaration
  
    public event CatalogLogDto.CatalogLogRowChangeEventHandler CatalogLogRowChanged
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogLogDto.CatalogLogRowChangeEventHandler CatalogLogRowChanging
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogLogDto.CatalogLogRowChangeEventHandler CatalogLogRowDeleted
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogLogDto.CatalogLogRowChangeEventHandler CatalogLogRowDeleting
   
  Event Type