Class FinMailDownloadOrder
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 FinMailDownloadOrder : FinOrder
Constructors
FinMailDownloadOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinMailDownloadOrder()
FinMailDownloadOrder(FinSegment)
Declaration
public FinMailDownloadOrder(FinSegment aOrderSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment |
Properties
Mail that has been downloaded from the bank.
Declaration
public FinMail Mail { get; }
Property Value
Type | Description |
---|---|
FinMail |
Remarks
If a FinMail instance was provided to
Build(FinMail),
then that instance reference is stored and returned here. If no FinMail
instance was provided, then this will be null
, until a HIKAA segment was
successfully downloaded.
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)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |