Class FinDocFormatInfo
Inheritance
FinDocFormatInfo
Assembly: Subsembly.FinTS.Core.dll
public class FinDocFormatInfo
Constructors
Declaration
public FinDocFormatInfo(FinDocFormatType nFormatType, string sFormatName, string sFormatVersion)
Parameters
Type |
Name |
Description |
FinDocFormatType |
nFormatType |
|
string |
sFormatName |
Mandatory format name string. Must not be null and must not be longer than
10 characters. The format name is a string like "MT544" or "pdf".
|
string |
sFormatVersion |
Optional format version string. May be null , but must not be longer than
10 characters.
|
Properties
The format name is a tring like "MT544" or "pdf".
Declaration
public string FormatName { get; }
Property Value
Declaration
public FinDocFormatType FormatType { get; }
Property Value
Declaration
public string FormatVersion { get; }
Property Value
Methods
Declaration
public override string ToString()
Returns
Overrides