Class FinDialogResult
Inheritance
System.Object
FinDialogResult
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)
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDialogResult
Constructors
FinDialogResult(FinDialogResultCode, String)
Declaration
public FinDialogResult(FinDialogResultCode nCode, string sErrorText = null)
Parameters
FinDialogResult(FinMessage)
Declaration
public FinDialogResult(FinMessage aLastMessage)
Parameters
FinDialogResult(Exception)
Declaration
public FinDialogResult(Exception x)
Parameters
Type |
Name |
Description |
System.Exception |
x |
|
Properties
ChallengeInfo
The challenge information for which a TAN is needed.
Declaration
public FinChallengeInfo ChallengeInfo { get; set; }
Property Value
Code
Declaration
public FinDialogResultCode Code { get; set; }
Property Value
ErrorText
Declaration
public string ErrorText { get; }
Property Value
Type |
Description |
System.String |
|
IsCancelled
Declaration
public bool IsCancelled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSuccess
Declaration
public bool IsSuccess { get; }
Property Value
Type |
Description |
System.Boolean |
|
LastMessage
If the result was produced based on a FinTS message received, then this property
holds a reference to that last FinTS message, regardless whether the result is
Success or an error.
Declaration
public FinMessage LastMessage { get; }
Property Value
MustChangePin
Declaration
public bool MustChangePin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OrderRef
The order reference that was provided with the TAN challenge.
Declaration
public string OrderRef { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingOrder
The order for which a TAN is needed.
Declaration
public FinOrder PendingOrder { get; set; }
Property Value
Retry
If the result indicates a failure, then this flag indicates whether the previous
action should be tried again. This means that the FinDialog did
already do some corrective action in response to the error.
Declaration
public bool Retry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
List of available TAN medias to choose from. This is list is only available
when Code is SelectTanMedia.
Declaration
public FinTanMedia[] TanMedias { get; set; }
Property Value
TanProcessParameters
The TAN process parameters for which a TAN is needed.
Declaration
public FinTanProcessParameters TanProcessParameters { get; set; }
Property Value
TanProcs
List of available TAN procedures to choose from. This is list is only available
when Code is SelectTanProc.
Declaration
public FinTanProcInfo[] TanProcs { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()