Class FinDocFormatInfo
A FinDocFormatInfo is used when the FinDoc DocumentType is DOCTYPE_FINANCEDATAFORMAT. Also, it is used with FinMail instances.
public class FinDocFormatInfo
- Inheritance
-
FinDocFormatInfo
- Inherited Members
Constructors
FinDocFormatInfo(FinDocFormatType, string, string)
public FinDocFormatInfo(FinDocFormatType nFormatType, string sFormatName, string sFormatVersion)
Parameters
nFormatTypeFinDocFormatTypesFormatNamestringMandatory format name string. Must not be
nulland must not be longer than 10 characters. The format name is a string like "MT544" or "pdf".sFormatVersionstringOptional format version string. May be
null, but must not be longer than 10 characters.
Properties
FormatName
The format name is a tring like "MT544" or "pdf".
public string FormatName { get; }
Property Value
FormatType
public FinDocFormatType FormatType { get; }
Property Value
FormatVersion
public string FormatVersion { get; }
Property Value
Methods
ToString()
public override string ToString()