Class CatalogRelationDto.CatalogItemAssetDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CatalogRelationDto.CatalogItemAssetDataTable
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class CatalogItemAssetDataTable : TypedTableBase<CatalogRelationDto.CatalogItemAssetRow>
Constructors
Declaration
public CatalogItemAssetDataTable()
CatalogItemAssetDataTable(SerializationInfo, StreamingContext)
Declaration
protected CatalogItemAssetDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public DataColumn AssetKeyColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn AssetTypeColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
CatalogEntryIdColumn
Declaration
public DataColumn CatalogEntryIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn CatalogNodeIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DataColumn GroupNameColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public CatalogRelationDto.CatalogItemAssetRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn SortOrderColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddCatalogItemAssetRow(CatalogRelationDto.CatalogItemAssetRow row)
Parameters
Declaration
public CatalogRelationDto.CatalogItemAssetRow AddCatalogItemAssetRow(int CatalogNodeId, int CatalogEntryId, string AssetType, string AssetKey, string GroupName, int SortOrder)
Parameters
Type |
Name |
Description |
System.Int32 |
CatalogNodeId |
|
System.Int32 |
CatalogEntryId |
|
System.String |
AssetType |
|
System.String |
AssetKey |
|
System.String |
GroupName |
|
System.Int32 |
SortOrder |
|
Returns
Declaration
public override DataTable Clone()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
FindByCatalogNodeIdCatalogEntryIdAssetTypeAssetKey(Int32, Int32, String, String)
Declaration
public CatalogRelationDto.CatalogItemAssetRow FindByCatalogNodeIdCatalogEntryIdAssetTypeAssetKey(int CatalogNodeId, int CatalogEntryId, string AssetType, string AssetKey)
Parameters
Type |
Name |
Description |
System.Int32 |
CatalogNodeId |
|
System.Int32 |
CatalogEntryId |
|
System.String |
AssetType |
|
System.String |
AssetKey |
|
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 CatalogRelationDto.CatalogItemAssetRow NewCatalogItemAssetRow()
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 RemoveCatalogItemAssetRow(CatalogRelationDto.CatalogItemAssetRow row)
Parameters
Events
Declaration
public event CatalogRelationDto.CatalogItemAssetRowChangeEventHandler CatalogItemAssetRowChanged
Event Type
Declaration
public event CatalogRelationDto.CatalogItemAssetRowChangeEventHandler CatalogItemAssetRowChanging
Event Type
Declaration
public event CatalogRelationDto.CatalogItemAssetRowChangeEventHandler CatalogItemAssetRowDeleted
Event Type
Declaration
public event CatalogRelationDto.CatalogItemAssetRowChangeEventHandler CatalogItemAssetRowDeleting
Event Type