Flexivert Library Documentation
IGraphStorageManager Interface
NamespacesFlexivert.PluginsIGraphStorageManager
Defines properties and methods needed for graph storage managers.
Declaration Syntax
C#Visual BasicVisual C++
public interface IGraphStorageManager : IFlexivertPlugin
Public Interface IGraphStorageManager _
	Implements IFlexivertPlugin
public interface class IGraphStorageManager : IFlexivertPlugin
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)