Class FinDistOrderList
Represents an order to query all pending distributed signature orders (HKBAZ, DKBAZ) and holds all it's responses (HIBAZ, DIBAZ).
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 FinDistOrderList : FinOrder
Constructors
FinDistOrderList()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinDistOrderList()
FinDistOrderList(FinSegment)
Declaration
public FinDistOrderList(FinSegment aSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aSegment |
Properties
OrderInfos
Declaration
public FinDistOrderInfo[] OrderInfos { get; protected set; }
Property Value
Type | Description |
---|---|
FinDistOrderInfo[] |
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 |