Class CatalogEntryInventoryDto.CatalogEntryInventoryDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CatalogEntryInventoryDto.CatalogEntryInventoryDataTable
Namespace: Mediachase.Commerce.Inventory.Database
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CatalogEntryInventoryDataTable : TypedTableBase<CatalogEntryInventoryDto.CatalogEntryInventoryRow>

Constructors

CatalogEntryInventoryDataTable()

Declaration
public CatalogEntryInventoryDataTable()

CatalogEntryInventoryDataTable(SerializationInfo, StreamingContext)

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

Properties

ApplicationIdColumn

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

CatalogEntryCodeColumn

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

CatalogEntryInventoryIdColumn

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

Count

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

InventoryStatusColumn

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

Item[Int32]

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

Methods

AddCatalogEntryInventoryRow(CatalogEntryInventoryDto.CatalogEntryInventoryRow)

Declaration
public void AddCatalogEntryInventoryRow(CatalogEntryInventoryDto.CatalogEntryInventoryRow row)
Parameters
Type Name Description
CatalogEntryInventoryDto.CatalogEntryInventoryRow row

AddCatalogEntryInventoryRow(Int64, Guid, String, String)

Declaration
public CatalogEntryInventoryDto.CatalogEntryInventoryRow AddCatalogEntryInventoryRow(long CatalogEntryInventoryId, Guid ApplicationId, string CatalogEntryCode, string InventoryStatus)
Parameters
Type Name Description
System.Int64 CatalogEntryInventoryId
System.Guid ApplicationId
System.String CatalogEntryCode
System.String InventoryStatus
Returns
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRow

Clone()

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

CreateInstance()

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

FindByCatalogEntryInventoryId(Int64)

Declaration
public CatalogEntryInventoryDto.CatalogEntryInventoryRow FindByCatalogEntryInventoryId(long CatalogEntryInventoryId)
Parameters
Type Name Description
System.Int64 CatalogEntryInventoryId
Returns
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRow

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

NewCatalogEntryInventoryRow()

Declaration
public CatalogEntryInventoryDto.CatalogEntryInventoryRow NewCatalogEntryInventoryRow()
Returns
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRow

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

RemoveCatalogEntryInventoryRow(CatalogEntryInventoryDto.CatalogEntryInventoryRow)

Declaration
public void RemoveCatalogEntryInventoryRow(CatalogEntryInventoryDto.CatalogEntryInventoryRow row)
Parameters
Type Name Description
CatalogEntryInventoryDto.CatalogEntryInventoryRow row

Events

CatalogEntryInventoryRowChanged

Declaration
public event CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler CatalogEntryInventoryRowChanged
Event Type
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler

CatalogEntryInventoryRowChanging

Declaration
public event CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler CatalogEntryInventoryRowChanging
Event Type
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler

CatalogEntryInventoryRowDeleted

Declaration
public event CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler CatalogEntryInventoryRowDeleted
Event Type
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler

CatalogEntryInventoryRowDeleting

Declaration
public event CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler CatalogEntryInventoryRowDeleting
Event Type
Type Description
CatalogEntryInventoryDto.CatalogEntryInventoryRowChangeEventHandler