Try our conversational search powered by Generative AI!

Class PaymentMethodDto

Represents a strongly typed in-memory cache of data.

Inheritance
System.Object
PaymentMethodDto
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class PaymentMethodDto : DataSet

Constructors

PaymentMethodDto()

Declaration
public PaymentMethodDto()

PaymentMethodDto(SerializationInfo, StreamingContext)

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

Properties

MarketPaymentMethods

Declaration
public PaymentMethodDto.MarketPaymentMethodsDataTable MarketPaymentMethods { get; }
Property Value
Type Description
PaymentMethodDto.MarketPaymentMethodsDataTable

PaymentMethod

Declaration
public PaymentMethodDto.PaymentMethodDataTable PaymentMethod { get; }
Property Value
Type Description
PaymentMethodDto.PaymentMethodDataTable

PaymentMethodParameter

Declaration
public PaymentMethodDto.PaymentMethodParameterDataTable PaymentMethodParameter { get; }
Property Value
Type Description
PaymentMethodDto.PaymentMethodParameterDataTable

Relations

Declaration
public DataRelationCollection Relations { get; }
Property Value
Type Description
System.Data.DataRelationCollection

SchemaSerializationMode

Declaration
public override SchemaSerializationMode SchemaSerializationMode { get; set; }
Property Value
Type Description
System.Data.SchemaSerializationMode

ShippingPaymentRestriction

Declaration
public PaymentMethodDto.ShippingPaymentRestrictionDataTable ShippingPaymentRestriction { get; }
Property Value
Type Description
PaymentMethodDto.ShippingPaymentRestrictionDataTable

Tables

Declaration
public DataTableCollection Tables { get; }
Property Value
Type Description
System.Data.DataTableCollection

Methods

Clone()

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

GetSchemaSerializable()

Declaration
protected override XmlSchema GetSchemaSerializable()
Returns
Type Description
System.Xml.Schema.XmlSchema

GetTypedDataSetSchema(XmlSchemaSet)

Declaration
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
Parameters
Type Name Description
System.Xml.Schema.XmlSchemaSet xs
Returns
Type Description
System.Xml.Schema.XmlSchemaComplexType

InitializeDerivedDataSet()

Declaration
protected override void InitializeDerivedDataSet()

ReadXmlSerializable(XmlReader)

Declaration
protected override void ReadXmlSerializable(XmlReader reader)
Parameters
Type Name Description
System.Xml.XmlReader reader

ShouldSerializeRelations()

Declaration
protected override bool ShouldSerializeRelations()
Returns
Type Description
System.Boolean

ShouldSerializeTables()

Declaration
protected override bool ShouldSerializeTables()
Returns
Type Description
System.Boolean