Class EbicsFileSpoolerContactFolder
Implements a highly secure storage for EbicsContacts inside an EBICS spooler folder.
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 class EbicsFileSpoolerContactFolder : EbicsContactFolderBase, IEbicsContactFolder, IEbicsRemoteContactFolder
Constructors
EbicsFileSpoolerContactFolder(EbicsFileSpoolerFolder)
Declaration
public EbicsFileSpoolerContactFolder(EbicsFileSpoolerFolder aSpoolerFolder)
Parameters
Type | Name | Description |
---|---|---|
EbicsFileSpoolerFolder | aSpoolerFolder | The root EbicsFileSpoolerFolder where the contacts will be stored. The credentials used to create this instance must be sufficient for reading/writing the contacts folder below the root folder. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter |
Fields
CONTACTFOLDERNAME
Name of the folder that is used to store the EbicsContact records. This is located right below the root folder.
Declaration
public const string CONTACTFOLDERNAME = "_contacts"
Field Value
Type | Description |
---|---|
System.String |
Methods
OnAdd(EbicsContact)
Declaration
protected override void OnAdd(EbicsContact aContact)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact |
Overrides
OnLoadAllContacts()
Declaration
protected override EbicsContact[] OnLoadAllContacts()
Returns
Type | Description |
---|---|
EbicsContact[] |
Overrides
OnRemove(EbicsContact)
Declaration
protected override void OnRemove(EbicsContact aContact)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact |
Overrides
OnUpdate(EbicsContact)
Declaration
protected override void OnUpdate(EbicsContact aContact)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact |