Class EbicsHPDAccessParams

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Represents the HPDAccessParamsType(Xml)

public sealed class EbicsHPDAccessParams : EbicsElement
Inheritance
EbicsHPDAccessParams
Inherited Members

Remarks

This class is mainly designed for server developers. Client developers can rely on EbicsOrderHPD instead.

Constructors

EbicsHPDAccessParams(string)

public EbicsHPDAccessParams(string sTagName = "AccessParams")

Parameters

sTagName string

Properties

HostID

Returns/Sets the (optional) ID of the bank's server.

public string HostID { get; set; }

Property Value

string

Institute

Returns/Sets the name of the institute.

public string Institute { get; set; }

Property Value

string

URL

public IEnumerable<EbicsHPDAccessParamsURL> URL { get; }

Property Value

IEnumerable<EbicsHPDAccessParamsURL>

URLCount

Returns the number of URLs returned via the URL-property.

public int URLCount { get; }

Property Value

int

Methods

AddURL(EbicsHPDAccessParamsURL)

public void AddURL(EbicsHPDAccessParamsURL aURL)

Parameters

aURL EbicsHPDAccessParamsURL

AddURL(string)

Add URL without valid_from timestamp

public void AddURL(string sURL)

Parameters

sURL string

AddURL(string, DateTime)

Add URL with valid_from timestamp

public void AddURL(string sURL, DateTime dtValidFrom)

Parameters

sURL string
dtValidFrom DateTime

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement

ParseXml(XmlElement, EbicsVersion)

public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)

Parameters

xmlElement XmlElement
nVersion EbicsVersion