Class EbicsHPDAccessParamsURL
Represents a URL (with optional ValidFrom-Date) as used inside HPDAccessParamsType.
Inheritance
System.Object
EbicsHPDAccessParamsURL
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 EbicsHPDAccessParamsURL
Constructors
EbicsHPDAccessParamsURL(String)
Declaration
public EbicsHPDAccessParamsURL(string sURL)
Parameters
Type | Name | Description |
---|---|---|
System.String | sURL |
EbicsHPDAccessParamsURL(String, DateTime)
Declaration
public EbicsHPDAccessParamsURL(string sURL, DateTime dtValidFrom)
Parameters
Type | Name | Description |
---|---|---|
System.String | sURL | |
System.DateTime | dtValidFrom |
Properties
URL
Returns the URL as string.
Declaration
public string URL { get; }
Property Value
Type | Description |
---|---|
System.String |
ValidFrom
Returns the start of validity for the given URL or DateTime.MinValue
.
Declaration
public DateTime ValidFrom { get; }
Property Value
Type | Description |
---|---|
System.DateTime |