C# Class SIL.FieldWorks.FwCoreDlgs.EncoderInfo

Mostra file Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
m_fileName string
m_fromToType ConvType
m_method ConverterType
m_name string

Public Methods

Method Description
EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System

Initializes a new instance of the T:EncoderInfo class.

Method Details

EncoderInfo() public method

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.
return System

Property Details

m_fileName public_oe property

Name of the file containing the conversion table, etc.
public string m_fileName
return string

m_fromToType public_oe property

Type of conversion, e.g. from legacy to Unicode.
public ConvType m_fromToType
return ConvType

m_method public_oe property

The converter method, e.g. CC table, TecKit, etc.
public ConverterType m_method
return ConverterType

m_name public_oe property

The name of the encoding converter.
public string m_name
return string