Class EbicsHPDAccessParams
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
Institute
Returns/Sets the name of the institute.
public string Institute { get; set; }
Property Value
URL
public IEnumerable<EbicsHPDAccessParamsURL> URL { get; }
Property Value
URLCount
Returns the number of URLs returned via the URL-property.
public int URLCount { get; }
Property Value
Methods
AddURL(EbicsHPDAccessParamsURL)
public void AddURL(EbicsHPDAccessParamsURL aURL)
Parameters
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
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion