Class EbicsHPDVersionExtensions
Inheritance
System.Object
EbicsHPDVersionExtensions
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 static class EbicsHPDVersionExtensions
Methods
AddWithDefaultSecurity(EbicsHPDVersion, EbicsVersion, String)
Convenience functions which adds - together with a supported Ebics version - the default Ebics security codes (of this Ebics version).
Declaration
public static void AddWithDefaultSecurity(this EbicsHPDVersion aVersion, EbicsVersion nVersion, string sCountryCode)
Parameters
Type | Name | Description |
---|---|---|
EbicsHPDVersion | aVersion | |
EbicsVersion | nVersion | |
System.String | sCountryCode |
AddWithFullSecurity(EbicsHPDVersion, EbicsVersion)
Convenience functions which adds - together with a supported Ebics version - all supported Ebics security codes (of this Ebics version).
Declaration
public static void AddWithFullSecurity(this EbicsHPDVersion aVersion, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsHPDVersion | aVersion | |
EbicsVersion | nVersion |