Try our conversational search powered by Generative AI!

Class JurisdictionDto.JurisdictionRelationDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
JurisdictionDto.JurisdictionRelationDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class JurisdictionRelationDataTable : TypedTableBase<JurisdictionDto.JurisdictionRelationRow>

Constructors

JurisdictionRelationDataTable()

Declaration
public JurisdictionRelationDataTable()

JurisdictionRelationDataTable(SerializationInfo, StreamingContext)

Declaration
protected JurisdictionRelationDataTable(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 JurisdictionDto.JurisdictionRelationRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
JurisdictionDto.JurisdictionRelationRow

JurisdictionGroupIdColumn

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

JurisdictionIdColumn

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

Methods

AddJurisdictionRelationRow(JurisdictionDto.JurisdictionRelationRow)

Declaration
public void AddJurisdictionRelationRow(JurisdictionDto.JurisdictionRelationRow row)
Parameters
Type Name Description
JurisdictionDto.JurisdictionRelationRow row

AddJurisdictionRelationRow(JurisdictionDto.JurisdictionRow, JurisdictionDto.JurisdictionGroupRow)

Declaration
public JurisdictionDto.JurisdictionRelationRow AddJurisdictionRelationRow(JurisdictionDto.JurisdictionRow parentJurisdictionRowByFK_Jurisdiction_JurisdictionRelation, JurisdictionDto.JurisdictionGroupRow parentJurisdictionGroupRowByFK_JurisdictionGroup_JurisdictionRelation)
Parameters
Type Name Description
JurisdictionDto.JurisdictionRow parentJurisdictionRowByFK_Jurisdiction_JurisdictionRelation
JurisdictionDto.JurisdictionGroupRow parentJurisdictionGroupRowByFK_JurisdictionGroup_JurisdictionRelation
Returns
Type Description
JurisdictionDto.JurisdictionRelationRow

Clone()

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

CreateInstance()

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

FindByJurisdictionIdJurisdictionGroupId(Int32, Int32)

Declaration
public JurisdictionDto.JurisdictionRelationRow FindByJurisdictionIdJurisdictionGroupId(int JurisdictionId, int JurisdictionGroupId)
Parameters
Type Name Description
System.Int32 JurisdictionId
System.Int32 JurisdictionGroupId
Returns
Type Description
JurisdictionDto.JurisdictionRelationRow

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

NewJurisdictionRelationRow()

Declaration
public JurisdictionDto.JurisdictionRelationRow NewJurisdictionRelationRow()
Returns
Type Description
JurisdictionDto.JurisdictionRelationRow

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

RemoveJurisdictionRelationRow(JurisdictionDto.JurisdictionRelationRow)

Declaration
public void RemoveJurisdictionRelationRow(JurisdictionDto.JurisdictionRelationRow row)
Parameters
Type Name Description
JurisdictionDto.JurisdictionRelationRow row

Events

JurisdictionRelationRowChanged

Declaration
public event JurisdictionDto.JurisdictionRelationRowChangeEventHandler JurisdictionRelationRowChanged
Event Type
Type Description
JurisdictionDto.JurisdictionRelationRowChangeEventHandler

JurisdictionRelationRowChanging

Declaration
public event JurisdictionDto.JurisdictionRelationRowChangeEventHandler JurisdictionRelationRowChanging
Event Type
Type Description
JurisdictionDto.JurisdictionRelationRowChangeEventHandler

JurisdictionRelationRowDeleted

Declaration
public event JurisdictionDto.JurisdictionRelationRowChangeEventHandler JurisdictionRelationRowDeleted
Event Type
Type Description
JurisdictionDto.JurisdictionRelationRowChangeEventHandler

JurisdictionRelationRowDeleting

Declaration
public event JurisdictionDto.JurisdictionRelationRowChangeEventHandler JurisdictionRelationRowDeleting
Event Type
Type Description
JurisdictionDto.JurisdictionRelationRowChangeEventHandler