Defines properties and methods needed for graph storage managers.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IGraphStorageManager : IFlexivertPlugin
Public Interface IGraphStorageManager _ Implements IFlexivertPlugin
public interface class IGraphStorageManager : IFlexivertPlugin
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Code |
Gets or sets the code associated with the graph.
| |
DisplayName |
Gets the display name of the plugin.
(Inherited from IFlexivertPlugin.) | |
Exporter |
Gets a boolean value indicating whether this storage manager can export graphs.
| |
Extension |
Gets the file extension this storage manager covers.
| |
Importer |
Gets a boolean value indicating whether this storage manager can import graphs.
| |
Load(String) |
Loads a graph from a file.
| |
PluginManager |
Sets the plugin manager associated with the storage manager.
| |
Save(Graph, String) |
Saves the graph to a file.
|