C# 클래스 SIL.FieldWorks.FDO.DomainServices.DataMigration.Version19WritingSystemDefn

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abbreviation string
DefaultFontFeatures string
DefaultFontName string
ISO string
Keyboard string
LCID int
LanguageName string
LegacyMapping string
MatchedPairs string
PunctuationPatterns string
QuotationMarks string
Region string
RegionName string
RightToLeftScript bool
Script string
ScriptName string
SortRules string
SortUsing WritingSystemDefinition.SortRulesType
SpellCheckingId string
ValidChars string
Variant string
VariantName string

공개 메소드들

메소드 설명
Version19WritingSystemDefn ( ) : System

비공개 메소드들

메소드 설명
MakeNameSpaceManager ( ) : XmlNamespaceManager
Save ( string filePath ) : void
WriteBeginSpecialElement ( XmlWriter writer ) : void
WriteCollationRulesFromCustomICU ( XmlWriter writer ) : void
WriteCollationRulesFromCustomSimple ( XmlWriter writer ) : void
WriteCollationRulesFromICUString ( XmlWriter writer, string icu ) : void
WriteCollationRulesFromOtherLanguage ( XmlWriter writer ) : void
WriteCollationsElement ( XmlWriter writer ) : void
WriteElementWithAttribute ( XmlWriter writer, string elementName, string attributeName, string value ) : void
WriteIdentityElement ( XmlWriter writer ) : void
WriteLayoutElement ( XmlWriter writer ) : void
WriteLdml ( XmlWriter writer ) : void
WriteSpecialValue ( XmlWriter writer, string field, string value ) : void
WriteTopLevelSpecialElement ( XmlWriter writer ) : void

메소드 상세

Version19WritingSystemDefn() 공개 메소드

public Version19WritingSystemDefn ( ) : System
리턴 System

프로퍼티 상세

Abbreviation 공개적으로 프로퍼티

public string Abbreviation
리턴 string

DefaultFontFeatures 공개적으로 프로퍼티

public string DefaultFontFeatures
리턴 string

DefaultFontName 공개적으로 프로퍼티

public string DefaultFontName
리턴 string

ISO 공개적으로 프로퍼티

public string ISO
리턴 string

Keyboard 공개적으로 프로퍼티

public string Keyboard
리턴 string

LCID 공개적으로 프로퍼티

public int LCID
리턴 int

LanguageName 공개적으로 프로퍼티

public string LanguageName
리턴 string

LegacyMapping 공개적으로 프로퍼티

public string LegacyMapping
리턴 string

MatchedPairs 공개적으로 프로퍼티

public string MatchedPairs
리턴 string

PunctuationPatterns 공개적으로 프로퍼티

public string PunctuationPatterns
리턴 string

QuotationMarks 공개적으로 프로퍼티

public string QuotationMarks
리턴 string

Region 공개적으로 프로퍼티

public string Region
리턴 string

RegionName 공개적으로 프로퍼티

public string RegionName
리턴 string

RightToLeftScript 공개적으로 프로퍼티

public bool RightToLeftScript
리턴 bool

Script 공개적으로 프로퍼티

public string Script
리턴 string

ScriptName 공개적으로 프로퍼티

public string ScriptName
리턴 string

SortRules 공개적으로 프로퍼티

public string SortRules
리턴 string

SortUsing 공개적으로 프로퍼티

public WritingSystemDefinition.SortRulesType SortUsing
리턴 WritingSystemDefinition.SortRulesType

SpellCheckingId 공개적으로 프로퍼티

public string SpellCheckingId
리턴 string

ValidChars 공개적으로 프로퍼티

public string ValidChars
리턴 string

Variant 공개적으로 프로퍼티

public string Variant
리턴 string

VariantName 공개적으로 프로퍼티

public string VariantName
리턴 string