C# Class FDOBrowser.Db4oToXmlConverter

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
db4o2xml ( string db4ofile, string xmlfile, bool compressed ) : void

Méthodes protégées

Méthode Description
GetFlidTypeAsString ( CellarPropertyType flidType ) : string

Private Methods

Méthode 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 méthode

protected static GetFlidTypeAsString ( CellarPropertyType flidType ) : string
flidType CellarPropertyType
Résultat string

db4o2xml() public méthode

public db4o2xml ( string db4ofile, string xmlfile, bool compressed ) : void
db4ofile string
xmlfile string
compressed bool
Résultat void