C# Class FDOBrowser.Db4oToXmlConverter

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

Public Methods

Method Description
db4o2xml ( string db4ofile, string xmlfile, bool compressed ) : void

Protected Methods

Method Description
GetFlidTypeAsString ( CellarPropertyType flidType ) : string

Private Methods

Method Description
GetAndWriteCustomFieldInfo ( IEmbeddedObjectContainer db, XmlWriter writer ) : void
GetAndWriteSurrogates ( IEmbeddedObjectContainer db, XmlWriter outfile ) : void
GetModelVersionNumber ( IEmbeddedObjectContainer db ) : int
ReadNextSurrogateXml ( GZipStream stream, UnicodeEncoding encoder ) : string
doConfig ( Db4objects config ) : void

Method Details

GetFlidTypeAsString() protected static method

protected static GetFlidTypeAsString ( CellarPropertyType flidType ) : string
flidType CellarPropertyType
return string

db4o2xml() public method

public db4o2xml ( string db4ofile, string xmlfile, bool compressed ) : void
db4ofile string
xmlfile string
compressed bool
return void