C# Class ConvertLib.Convert

显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
CustomList List
PreserveSpace bool
StartClass bool
classList Classes>.Dictionary
currentRT RTClass
dicClass Classes>.Dictionary
elemDEntry System.Collections.Specialized.StringCollection
guidStack Stack
hClass Classes
langProjClass RTClass
listClasses List
m_FileName string
m_ModelName string
m_OutFileName string
modList Dictionary>
nodeClass string
nodeValue int
oOrdList int>.Dictionary
stackClasses Stack
stackElements Stack

Private Properties

Property Type Description
BuildCustomField void
CreateRtElement void
CustomDestClassLookup int
CustomType string
GetCodeDirFromRegistryKey string
GetElementName string
GetElementNumber string
GetElementOwner string
GetModelName string
GetNewCustomName string
GetValuesFromUserView void
ParseAttributes void
PopPastSubentries void
PopToElement void
ProcessCustomFields bool
ProcessElement void
ProcessEndElement void
ProcessModel void
ProcessText void
ReadInputFile void
TranslateText string
WriteCustomHeaders void
WriteDocTypeOut void
WriteElement void
WriteProjectGroup void
WriteRtElement void
WriteStartXMLElement void
WriteXMLAttribute void

Public Methods

Method Description
Conversion ( ) : void

Private Methods

Method Description
BuildCustomField ( XmlTextReader initFile ) : void
CreateRtElement ( XmlTextReader inFile, XmlTextWriter xmlOutput ) : void
CustomDestClassLookup ( string target ) : int
CustomType ( string type ) : string
GetCodeDirFromRegistryKey ( RegistryKey key ) : string
GetElementName ( string ElementName ) : string
GetElementNumber ( string ElementName ) : string
GetElementOwner ( ) : string
GetModelName ( ) : string
GetNewCustomName ( XmlTextReader inFile ) : string
GetValuesFromUserView ( int saveFlid, string saveLabel, string savePoss, string saveHelpString, string saveWsSel ) : void
ParseAttributes ( XmlTextReader inFile, string newAttrs, string &text ) : void
PopPastSubentries ( ) : void
PopToElement ( string element ) : void
ProcessCustomFields ( ) : bool
ProcessElement ( XmlTextReader inFile, XmlTextWriter xmlOutput ) : void
ProcessEndElement ( XmlTextReader inFile, XmlTextWriter xmlOutput ) : void
ProcessModel ( XmlTextReader modFile ) : void
ProcessText ( XmlTextReader inFile, XmlTextWriter xmlOutput ) : void
ReadInputFile ( XmlTextReader inFile ) : void
TranslateText ( string tText ) : string
WriteCustomHeaders ( XmlTextWriter xmlOut ) : void
WriteDocTypeOut ( XmlTextReader inFile, XmlTextWriter xmlOutput ) : void
WriteElement ( XmlTextReader inFile, XmlTextWriter xmlOutput, string cust, string newAttrs ) : void
WriteProjectGroup ( int hierNum, string hierName, XmlTextWriter xmlOutput, RTClass group ) : void
WriteRtElement ( XmlTextReader inFile, XmlTextWriter xmlOutput, RTClass group ) : void
WriteStartXMLElement ( string NodeName, string NodeValue, XmlTextWriter xmlOutput ) : void
WriteXMLAttribute ( string AttrName, string AttrValue, XmlTextWriter xmlOutput ) : void

Method Details

Conversion() public method

public Conversion ( ) : void
return void

Property Details

CustomList public_oe property

public List CustomList
return List

PreserveSpace public_oe property

public bool PreserveSpace
return bool

StartClass public_oe property

public bool StartClass
return bool

classList public_oe property

public Dictionary classList
return Classes>.Dictionary

currentRT public_oe property

public RTClass,ConvertLib currentRT
return RTClass

dicClass public_oe property

public Dictionary dicClass
return Classes>.Dictionary

elemDEntry public_oe property

public StringCollection,System.Collections.Specialized elemDEntry
return System.Collections.Specialized.StringCollection

guidStack public_oe property

public Stack guidStack
return Stack

hClass public_oe property

public Classes,ConvertLib hClass
return Classes

langProjClass public_oe property

public RTClass,ConvertLib langProjClass
return RTClass

listClasses public_oe property

public List listClasses
return List

m_FileName public_oe property

public string m_FileName
return string

m_ModelName public_oe property

public string m_ModelName
return string

m_OutFileName public_oe property

public string m_OutFileName
return string

modList public_oe property

public Dictionary> modList
return Dictionary>

nodeClass public_oe property

public string nodeClass
return string

nodeValue public_oe property

public int nodeValue
return int

oOrdList public_oe property

public Dictionary oOrdList
return int>.Dictionary

stackClasses public_oe property

public Stack stackClasses
return Stack

stackElements public_oe property

public Stack stackElements
return Stack