Enum FinStatusParts

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

The individual parts of a status as needed by ToString(FinStatusParts).

[Flags]
public enum FinStatusParts

Fields

All = Code | NoCode

Bit mask that combines all parts.

Code = 1

The status Code.

NoCode = Ref | Text | Parameters

Bit mask that combines all parts, except the Code.

Parameters = 8

The status Parameters.

Ref = 2

The status Ref.

Text = 4

The status Text.