Class FinDocFormatInfo
A FinDocFormatInfo is used when the FinDoc DocumentType is DOCTYPE_FINANCEDATAFORMAT. Also, it is used with FinMail instances.
Inheritance
System.Object
FinDocFormatInfo
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)
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDocFormatInfo
Constructors
FinDocFormatInfo(FinDocFormatType, String, String)
Declaration
public FinDocFormatInfo(FinDocFormatType nFormatType, string sFormatName, string sFormatVersion)
Parameters
Type | Name | Description |
---|---|---|
FinDocFormatType | nFormatType | |
System.String | sFormatName | Mandatory format name string. Must not be |
System.String | sFormatVersion | Optional format version string. May be |
Properties
FormatName
The format name is a tring like "MT544" or "pdf".
Declaration
public string FormatName { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatType
Declaration
public FinDocFormatType FormatType { get; }
Property Value
Type | Description |
---|---|
FinDocFormatType |
FormatVersion
Declaration
public string FormatVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()