Class FinSepaAllSto
Specialised order class for downloading all sepa standing orders.
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.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaAllSto : FinOrder
Constructors
FinSepaAllSto()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaAllSto()
FinSepaAllSto(FinSegment)
Declaration
public FinSepaAllSto(FinSegment aHKCDB)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKCDB |
Properties
AllSepaStos
Provides an array with all sepa standing orders that have been downloaded.
Declaration
public FinSepaSto[] AllSepaStos { get; }
Property Value
Type | Description |
---|---|
FinSepaSto[] |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Process all received sepa standing order segments and prepare array for AllSepaStos property.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |