Class CatalogEntryDto.CatalogItemSeoDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CatalogEntryDto.CatalogItemSeoDataTable
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class CatalogItemSeoDataTable : TypedTableBase<CatalogEntryDto.CatalogItemSeoRow>
Constructors
CatalogItemSeoDataTable()
Declaration
public CatalogItemSeoDataTable()
CatalogItemSeoDataTable(SerializationInfo, StreamingContext)
Declaration
protected CatalogItemSeoDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Properties
CatalogEntryIdColumn
Declaration
public DataColumn CatalogEntryIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
CatalogNodeIdColumn
Declaration
public DataColumn CatalogNodeIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
DescriptionColumn
Declaration
public DataColumn DescriptionColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Item[Int32]
Declaration
public CatalogEntryDto.CatalogItemSeoRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
KeywordsColumn
Declaration
public DataColumn KeywordsColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
LanguageCodeColumn
Declaration
public DataColumn LanguageCodeColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
TitleColumn
Declaration
public DataColumn TitleColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
UriColumn
Declaration
public DataColumn UriColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
UriSegmentColumn
Declaration
public DataColumn UriSegmentColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
AddCatalogItemSeoRow(CatalogEntryDto.CatalogItemSeoRow)
Declaration
public void AddCatalogItemSeoRow(CatalogEntryDto.CatalogItemSeoRow row)
Parameters
AddCatalogItemSeoRow(String, Int32, CatalogEntryDto.CatalogEntryRow, String, String, String, String, String)
Declaration
public CatalogEntryDto.CatalogItemSeoRow AddCatalogItemSeoRow(string LanguageCode, int CatalogNodeId, CatalogEntryDto.CatalogEntryRow parentCatalogEntryRowByFK_CatalogItemSeo_CatalogEntry, string Uri, string Title, string Description, string Keywords, string UriSegment)
Parameters
Type |
Name |
Description |
System.String |
LanguageCode |
|
System.Int32 |
CatalogNodeId |
|
CatalogEntryDto.CatalogEntryRow |
parentCatalogEntryRowByFK_CatalogItemSeo_CatalogEntry |
|
System.String |
Uri |
|
System.String |
Title |
|
System.String |
Description |
|
System.String |
Keywords |
|
System.String |
UriSegment |
|
Returns
Clone()
Declaration
public override DataTable Clone()
Returns
Type |
Description |
System.Data.DataTable |
|
CreateInstance()
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
FindByLanguageCodeUri(String, String)
Declaration
public CatalogEntryDto.CatalogItemSeoRow FindByLanguageCodeUri(string LanguageCode, string Uri)
Parameters
Type |
Name |
Description |
System.String |
LanguageCode |
|
System.String |
Uri |
|
Returns
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 |
|
NewCatalogItemSeoRow()
Declaration
public CatalogEntryDto.CatalogItemSeoRow NewCatalogItemSeoRow()
Returns
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 |
|
RemoveCatalogItemSeoRow(CatalogEntryDto.CatalogItemSeoRow)
Declaration
public void RemoveCatalogItemSeoRow(CatalogEntryDto.CatalogItemSeoRow row)
Parameters
Events
CatalogItemSeoRowChanged
Declaration
public event CatalogEntryDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowChanged
Event Type
CatalogItemSeoRowChanging
Declaration
public event CatalogEntryDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowChanging
Event Type
CatalogItemSeoRowDeleted
Declaration
public event CatalogEntryDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowDeleted
Event Type
CatalogItemSeoRowDeleting
Declaration
public event CatalogEntryDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowDeleting
Event Type