Class EbicsHPDAccessParams
Represents the HPDAccessParamsType(Xml)
Inheritance
EbicsHPDAccessParams
Assembly: Subsembly.EBICS.Core.dll
Syntax
public sealed class EbicsHPDAccessParams : EbicsElement
Constructors
EbicsHPDAccessParams(string)
Declaration
public EbicsHPDAccessParams(string sTagName = "AccessParams")
Parameters
Type |
Name |
Description |
string |
sTagName |
|
Properties
HostID
Returns/Sets the (optional) ID of the bank's server.
Declaration
public string HostID { get; set; }
Property Value
Institute
Returns/Sets the name of the institute.
Declaration
public string Institute { get; set; }
Property Value
URL
Declaration
public IEnumerable<EbicsHPDAccessParamsURL> URL { get; }
Property Value
URLCount
Returns the number of URLs returned via the URL-property.
Declaration
public int URLCount { get; }
Property Value
Methods
AddURL(EbicsHPDAccessParamsURL)
Declaration
public void AddURL(EbicsHPDAccessParamsURL aURL)
Parameters
AddURL(string)
Add URL without valid_from timestamp
Declaration
public void AddURL(string sURL)
Parameters
Type |
Name |
Description |
string |
sURL |
|
AddURL(string, DateTime)
Add URL with valid_from timestamp
Declaration
public void AddURL(string sURL, DateTime dtValidFrom)
Parameters
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides