Class EbicsHVPickOrderParams
Generic order parameters class for HVD, HVE, and HVS orders.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHVPickOrderParams : EbicsOrderParams
Remarks
This class can be used as HVDOrderParams, HVEOrderParams, or HVSOrderParams. The actual type is determined at construction time. Also, it is the base class for EbicsHVTOrderParams.
Constructors
EbicsHVPickOrderParams(String)
Declaration
public EbicsHVPickOrderParams(string sOrderParamsTag)
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderParamsTag | This parameter must be either "HVDOrderParams", "HVEOrderParams", "HVSOrderParams" or "HVTOrderParams" and determines the actual order parameter type of the new instance. |
Properties
OrderID
The order number.
Declaration
public string OrderID { get; set; }
Property Value
Type | Description |
---|---|
System.String | This must be a 4 character alphanumeric value according to the pattern [A-Z][A-Z0-9]{3},
or |
OrderType
The order type.
Declaration
public string OrderType { get; set; }
Property Value
Type | Description |
---|---|
System.String | This is a 3 character alphanumeric value according to the pattern [A-Z0-9]{3}, or
|
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Service
Declaration
public EbicsService Service { get; set; }
Property Value
Type | Description |
---|---|
EbicsService |
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | xmlDocument | |
EbicsVersion | nVersion |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |