Class EbicsHPDAccessParams
Represents the HPDAccessParamsType(Xml)
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 sealed class EbicsHPDAccessParams : EbicsElement
Remarks
This class is mainly designed for server developers. Client developers can rely on EbicsOrderHPD instead.
Constructors
EbicsHPDAccessParams(String)
Declaration
public EbicsHPDAccessParams(string sTagName = "AccessParams")
Parameters
Type | Name | Description |
---|---|---|
System.String | sTagName |
Properties
HostID
Returns/Sets the (optional) ID of the bank's server.
Declaration
public string HostID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Institute
Returns/Sets the name of the institute.
Declaration
public string Institute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
URL
Declaration
public IEnumerable<EbicsHPDAccessParamsURL> URL { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<EbicsHPDAccessParamsURL> |
URLCount
Returns the number of URLs returned via the URL-property.
Declaration
public int URLCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
AddURL(EbicsHPDAccessParamsURL)
Declaration
public void AddURL(EbicsHPDAccessParamsURL aURL)
Parameters
Type | Name | Description |
---|---|---|
EbicsHPDAccessParamsURL | aURL |
AddURL(String)
Add URL without valid_from timestamp
Declaration
public void AddURL(string sURL)
Parameters
Type | Name | Description |
---|---|---|
System.String | sURL |
AddURL(String, DateTime)
Add URL with valid_from timestamp
Declaration
public void AddURL(string sURL, DateTime dtValidFrom)
Parameters
Type | Name | Description |
---|---|---|
System.String | sURL | |
System.DateTime | dtValidFrom |
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 |