Class EbicsHPDAccessParamsURL
Represents a URL (with optional ValidFrom-Date) as used inside HPDAccessParamsType.
Inheritance
EbicsHPDAccessParamsURL
Assembly: Subsembly.EBICS.Core.dll
Syntax
public sealed class EbicsHPDAccessParamsURL
Constructors
EbicsHPDAccessParamsURL(string)
Declaration
public EbicsHPDAccessParamsURL(string sURL)
Parameters
Type |
Name |
Description |
string |
sURL |
|
EbicsHPDAccessParamsURL(string, DateTime)
Declaration
public EbicsHPDAccessParamsURL(string sURL, DateTime dtValidFrom)
Parameters
Properties
URL
Returns the URL as string.
Declaration
public string URL { get; }
Property Value
ValidFrom
Returns the start of validity for the given URL or DateTime.MinValue
.
Declaration
public DateTime ValidFrom { get; }
Property Value