Class EbicsHPDAccessParamsURL

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

Represents a URL (with optional ValidFrom-Date) as used inside HPDAccessParamsType.

public sealed class EbicsHPDAccessParamsURL
Inheritance
EbicsHPDAccessParamsURL
Inherited Members

Constructors

EbicsHPDAccessParamsURL(string)

public EbicsHPDAccessParamsURL(string sURL)

Parameters

sURL string

EbicsHPDAccessParamsURL(string, DateTime)

public EbicsHPDAccessParamsURL(string sURL, DateTime dtValidFrom)

Parameters

sURL string
dtValidFrom DateTime

Properties

URL

Returns the URL as string.

public string URL { get; }

Property Value

string

ValidFrom

Returns the start of validity for the given URL or DateTime.MinValue.

public DateTime ValidFrom { get; }

Property Value

DateTime