Click or drag to resize

GraphPersistenceWrapper Constructor

Overload List
  NameDescription
Public methodGraphPersistenceWrapper
Creates a new Graph Persistence Wrapper around a new Graph.
Public methodGraphPersistenceWrapper(Boolean)
Creates a new Graph Persistence Wrapper around a new Graph with the given always queue setting.
Public methodGraphPersistenceWrapper(IGraph)
Creates a new Graph Persistence Wrapper around the given Graph.
Protected methodGraphPersistenceWrapper(SerializationInfo, StreamingContext)
Deserialization Constructor.
Public methodGraphPersistenceWrapper(IGraph, Boolean)
Creates a new Graph Persistence Wrapper around the given Graph with the given always queue setting.
Top
See Also