C# 클래스 SIL.FieldWorks.FwCoreDlgs.EncoderInfo

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
m_fileName string
m_fromToType ConvType
m_method ConverterType
m_name string

공개 메소드들

메소드 설명
EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System

Initializes a new instance of the T:EncoderInfo class.

메소드 상세

EncoderInfo() 공개 메소드

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.
리턴 System

프로퍼티 상세

m_fileName 공개적으로 프로퍼티

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

m_fromToType 공개적으로 프로퍼티

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

m_method 공개적으로 프로퍼티

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

m_name 공개적으로 프로퍼티

The name of the encoding converter.
public string m_name
리턴 string