C# Class SIL.FieldWorks.FwCoreDlgs.EncoderInfo

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
m_fileName string
m_fromToType ConvType
m_method ConverterType
m_name string

Méthodes publiques

Méthode Description
EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System

Initializes a new instance of the T:EncoderInfo class.

Method Details

EncoderInfo() public méthode

Initializes a new instance of the T:EncoderInfo class.
public EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System
name string The name of the encoding converter.
method ConverterType The method, e.g. CC table, TecKit, etc.
fileName string Name of the file containing the conversion table, etc.
fromToType ConvType Type of conversion, e.g. from legacy to Unicode.
Résultat System

Property Details

m_fileName public_oe property

Name of the file containing the conversion table, etc.
public string m_fileName
Résultat string

m_fromToType public_oe property

Type of conversion, e.g. from legacy to Unicode.
public ConvType m_fromToType
Résultat ConvType

m_method public_oe property

The converter method, e.g. CC table, TecKit, etc.
public ConverterType m_method
Résultat ConverterType

m_name public_oe property

The name of the encoding converter.
public string m_name
Résultat string