C# 클래스 org.GraphDefined.Vanaheimr.Balder.InMemory.GraphFactory

Simplified creation of property graphs.
파일 보기 프로젝트 열기: Vanaheimr/Balder

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreatePropertyGraph ( System.UInt64 GraphId, String Description = null, GraphInitializer GraphInitializer = null ) : IPropertyGraph

Create a new property graph.

메소드 상세

CreatePropertyGraph() 공개 정적인 메소드

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.
리턴 IPropertyGraph