C# 클래스 Dse.Graph.Element

Base class for vertices and edges
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

보호된 메소드들

메소드 설명
Element ( GraphNode id, string label, GraphNode>.IDictionary properties ) : System

Creates a new instance of a Graph Element.

메소드 상세

Element() 보호된 메소드

Creates a new instance of a Graph Element.
protected Element ( GraphNode id, string label, GraphNode>.IDictionary properties ) : System
id GraphNode
label string
properties GraphNode>.IDictionary
리턴 System