SaaS CMS has officially launched! Learn more now.

Class SettingsDto.CommonSettingsDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
SettingsDto.CommonSettingsDataTable
Namespace: Mediachase.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CommonSettingsDataTable : TypedTableBase<SettingsDto.CommonSettingsRow>

Constructors

CommonSettingsDataTable()

Declaration
public CommonSettingsDataTable()

CommonSettingsDataTable(SerializationInfo, StreamingContext)

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

Properties

Count

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

Item[Int32]

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

NameColumn

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

SettingIdColumn

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

ValueColumn

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

Methods

AddCommonSettingsRow(SettingsDto.CommonSettingsRow)

Declaration
public void AddCommonSettingsRow(SettingsDto.CommonSettingsRow row)
Parameters
Type Name Description
SettingsDto.CommonSettingsRow row

AddCommonSettingsRow(String, String)

Declaration
public SettingsDto.CommonSettingsRow AddCommonSettingsRow(string Name, string Value)
Parameters
Type Name Description
System.String Name
System.String Value
Returns
Type Description
SettingsDto.CommonSettingsRow

Clone()

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

CreateInstance()

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

FindBySettingId(Int32)

Declaration
public SettingsDto.CommonSettingsRow FindBySettingId(int SettingId)
Parameters
Type Name Description
System.Int32 SettingId
Returns
Type Description
SettingsDto.CommonSettingsRow

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

NewCommonSettingsRow()

Declaration
public SettingsDto.CommonSettingsRow NewCommonSettingsRow()
Returns
Type Description
SettingsDto.CommonSettingsRow

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

RemoveCommonSettingsRow(SettingsDto.CommonSettingsRow)

Declaration
public void RemoveCommonSettingsRow(SettingsDto.CommonSettingsRow row)
Parameters
Type Name Description
SettingsDto.CommonSettingsRow row

Events

CommonSettingsRowChanged

Declaration
public event SettingsDto.CommonSettingsRowChangeEventHandler CommonSettingsRowChanged
Event Type
Type Description
SettingsDto.CommonSettingsRowChangeEventHandler

CommonSettingsRowChanging

Declaration
public event SettingsDto.CommonSettingsRowChangeEventHandler CommonSettingsRowChanging
Event Type
Type Description
SettingsDto.CommonSettingsRowChangeEventHandler

CommonSettingsRowDeleted

Declaration
public event SettingsDto.CommonSettingsRowChangeEventHandler CommonSettingsRowDeleted
Event Type
Type Description
SettingsDto.CommonSettingsRowChangeEventHandler

CommonSettingsRowDeleting

Declaration
public event SettingsDto.CommonSettingsRowChangeEventHandler CommonSettingsRowDeleting
Event Type
Type Description
SettingsDto.CommonSettingsRowChangeEventHandler