Class FinSepaModifyOrder
Generic class for all SEPA modification orders that return an old and a new order ID.
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 FinSepaModifyOrder : FinOrder
Constructors
FinSepaModifyOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaModifyOrder()
FinSepaModifyOrder(FinSegment)
Declaration
public FinSepaModifyOrder(FinSegment aOrderSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment |
Properties
OldOrderID
Provides the old Order ID from the returned segment.
Declaration
public string OldOrderID { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |