Class CatalogNodeDto.CatalogItemSeoDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CatalogNodeDto.CatalogItemSeoDataTable
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class CatalogItemSeoDataTable : TypedTableBase<CatalogNodeDto.CatalogItemSeoRow>
Constructors
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 |
|
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 DescriptionColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public CatalogNodeDto.CatalogItemSeoRow this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public DataColumn KeywordsColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn LanguageCodeColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn TitleColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn UriColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn UriSegmentColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Methods
Declaration
public void AddCatalogItemSeoRow(CatalogNodeDto.CatalogItemSeoRow row)
Parameters
Declaration
public CatalogNodeDto.CatalogItemSeoRow AddCatalogItemSeoRow(string LanguageCode, CatalogNodeDto.CatalogNodeRow parentCatalogNodeRowByFK_CatalogItemSeo_CatalogNode, int CatalogEntryId, string Uri, string Title, string Description, string Keywords, string UriSegment)
Parameters
| Type |
Name |
Description |
| System.String |
LanguageCode |
|
| CatalogNodeDto.CatalogNodeRow |
parentCatalogNodeRowByFK_CatalogItemSeo_CatalogNode |
|
| System.Int32 |
CatalogEntryId |
|
| System.String |
Uri |
|
| System.String |
Title |
|
| System.String |
Description |
|
| System.String |
Keywords |
|
| System.String |
UriSegment |
|
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 CatalogNodeDto.CatalogItemSeoRow FindByLanguageCodeUri(string LanguageCode, string Uri)
Parameters
| Type |
Name |
Description |
| System.String |
LanguageCode |
|
| System.String |
Uri |
|
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 CatalogNodeDto.CatalogItemSeoRow NewCatalogItemSeoRow()
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 RemoveCatalogItemSeoRow(CatalogNodeDto.CatalogItemSeoRow row)
Parameters
Events
Declaration
public event CatalogNodeDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowChanged
Event Type
Declaration
public event CatalogNodeDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowChanging
Event Type
Declaration
public event CatalogNodeDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowDeleted
Event Type
Declaration
public event CatalogNodeDto.CatalogItemSeoRowChangeEventHandler CatalogItemSeoRowDeleting
Event Type