Class FinDocFormatInfo

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

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

nFormatType FinDocFormatType
sFormatName string

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".

sFormatVersion string

Optional 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

string

FormatType

public FinDocFormatType FormatType { get; }

Property Value

FinDocFormatType

FormatVersion

public string FormatVersion { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string