Assembly: Topobase;
Namespace: Prognoz.Platform.Interop.Topobase;
The ITopobase interface contains methods used to work with a repository map.
ITopobase
Property name | Brief description | |
The AvailableFormats property returns the combination of format values, to which the map is converted. | ||
The Tree property returns the topobase tree-structure. |
Method name | Brief description | |
The Convert method converts the topobase from the source format to the output format. | ||
The FormatLoadFromFile method loads the topobase from a file. | ||
The FormatLoadFromStream method loads the topobase from the stream. | ||
The FormatSaveToFile method saves the topobase to the file. | ||
The FormatSaveToStream method saves the topobase to the stream. | ||
The GetSpecificTopobase method creates topobase by specified tree-structure. |
Method name | Brief description | |
The GetAsStream method creates a new stream connected to the given document. | ||
The LoadFromFile method loads the given file into the document. | ||
The LoadFromStream method loads the stream contents into the document. | ||
The SaveToFile method saves the document contents into the file on the disk. | ||
The SaveToStream method saves the document contents into the stream. |
See also: