Try our conversational search powered by Generative AI!

Class PaymentMethodDto.PaymentMethodParameterDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
PaymentMethodDto.PaymentMethodParameterDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class PaymentMethodParameterDataTable : TypedTableBase<PaymentMethodDto.PaymentMethodParameterRow>

Constructors

PaymentMethodParameterDataTable()

Declaration
public PaymentMethodParameterDataTable()

PaymentMethodParameterDataTable(SerializationInfo, StreamingContext)

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

ParameterColumn

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

ParameterIdColumn

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

PaymentMethodIdColumn

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

ValueColumn

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

Methods

AddPaymentMethodParameterRow(PaymentMethodDto.PaymentMethodParameterRow)

Declaration
public void AddPaymentMethodParameterRow(PaymentMethodDto.PaymentMethodParameterRow row)
Parameters
Type Name Description
PaymentMethodDto.PaymentMethodParameterRow row

AddPaymentMethodParameterRow(PaymentMethodDto.PaymentMethodRow, String, String)

Declaration
public PaymentMethodDto.PaymentMethodParameterRow AddPaymentMethodParameterRow(PaymentMethodDto.PaymentMethodRow parentPaymentMethodRowByPaymentMethod_PaymentMethodParameter_FK1, string Parameter, string Value)
Parameters
Type Name Description
PaymentMethodDto.PaymentMethodRow parentPaymentMethodRowByPaymentMethod_PaymentMethodParameter_FK1
System.String Parameter
System.String Value
Returns
Type Description
PaymentMethodDto.PaymentMethodParameterRow

Clone()

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

CreateInstance()

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

FindByParameterId(Int32)

Declaration
public PaymentMethodDto.PaymentMethodParameterRow FindByParameterId(int ParameterId)
Parameters
Type Name Description
System.Int32 ParameterId
Returns
Type Description
PaymentMethodDto.PaymentMethodParameterRow

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

NewPaymentMethodParameterRow()

Declaration
public PaymentMethodDto.PaymentMethodParameterRow NewPaymentMethodParameterRow()
Returns
Type Description
PaymentMethodDto.PaymentMethodParameterRow

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

RemovePaymentMethodParameterRow(PaymentMethodDto.PaymentMethodParameterRow)

Declaration
public void RemovePaymentMethodParameterRow(PaymentMethodDto.PaymentMethodParameterRow row)
Parameters
Type Name Description
PaymentMethodDto.PaymentMethodParameterRow row

Events

PaymentMethodParameterRowChanged

Declaration
public event PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler PaymentMethodParameterRowChanged
Event Type
Type Description
PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler

PaymentMethodParameterRowChanging

Declaration
public event PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler PaymentMethodParameterRowChanging
Event Type
Type Description
PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler

PaymentMethodParameterRowDeleted

Declaration
public event PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler PaymentMethodParameterRowDeleted
Event Type
Type Description
PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler

PaymentMethodParameterRowDeleting

Declaration
public event PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler PaymentMethodParameterRowDeleting
Event Type
Type Description
PaymentMethodDto.PaymentMethodParameterRowChangeEventHandler