Class FinDocListOrder
Order to obtain a list of available documents via HKFDL (or XKDOB). Must be created through the FinDocListBuilder.
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 FinDocListOrder : FinOrder
Constructors
FinDocListOrder(FinSegment)
Declaration
public FinDocListOrder(FinSegment aHKFDL)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKFDL |
Properties
Documents
Declaration
public FinDoc[] Documents { get; }
Property Value
Type | Description |
---|---|
FinDoc[] |
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 |