C# Class org.GraphDefined.Vanaheimr.Balder.InMemory.GraphFactory

Simplified creation of property graphs.
Afficher le fichier Open project: Vanaheimr/Balder

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreatePropertyGraph ( System.UInt64 GraphId, String Description = null, GraphInitializer GraphInitializer = null ) : IPropertyGraph

Create a new property graph.

Method Details

CreatePropertyGraph() public static méthode

Create a new property graph.
public static CreatePropertyGraph ( System.UInt64 GraphId, String Description = null, GraphInitializer GraphInitializer = null ) : IPropertyGraph
GraphId System.UInt64 The graph identification.
Description String The optional description of the graph.
GraphInitializer GraphInitializer The optional graph initializer.
Résultat IPropertyGraph