Class CountryDto.StateProvinceDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CountryDto.StateProvinceDataTable
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class StateProvinceDataTable : TypedTableBase<CountryDto.StateProvinceRow>
Constructors
Declaration
public StateProvinceDataTable()
StateProvinceDataTable(SerializationInfo, StreamingContext)
Declaration
protected StateProvinceDataTable(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public DataColumn CountryIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public CountryDto.StateProvinceRow this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public DataColumn NameColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn OrderingColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn StateProvinceIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn VisibleColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Methods
Declaration
public void AddStateProvinceRow(CountryDto.StateProvinceRow row)
Parameters
Declaration
public CountryDto.StateProvinceRow AddStateProvinceRow(string Name, int Ordering, bool Visible, CountryDto.CountryRow parentCountryRowByFK_StateProvince_Country)
Parameters
| Type |
Name |
Description |
| System.String |
Name |
|
| System.Int32 |
Ordering |
|
| System.Boolean |
Visible |
|
| CountryDto.CountryRow |
parentCountryRowByFK_StateProvince_Country |
|
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 CountryDto.StateProvinceRow FindByStateProvinceId(int StateProvinceId)
Parameters
| Type |
Name |
Description |
| System.Int32 |
StateProvinceId |
|
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
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowBuilder |
builder |
|
Returns
| Type |
Description |
| System.Data.DataRow |
|
Declaration
public CountryDto.StateProvinceRow NewStateProvinceRow()
Returns
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 RemoveStateProvinceRow(CountryDto.StateProvinceRow row)
Parameters
Events
Declaration
public event CountryDto.StateProvinceRowChangeEventHandler StateProvinceRowChanged
Event Type
Declaration
public event CountryDto.StateProvinceRowChangeEventHandler StateProvinceRowChanging
Event Type
Declaration
public event CountryDto.StateProvinceRowChangeEventHandler StateProvinceRowDeleted
Event Type
Declaration
public event CountryDto.StateProvinceRowChangeEventHandler StateProvinceRowDeleting
Event Type