C# 클래스 Dse.Graph.Vertex

Represents a vertex in DSE graph.
상속: Element
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

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

Creates a new Vertex instance.

메소드 상세

Vertex() 공개 메소드

Creates a new Vertex instance.
public Vertex ( GraphNode id, string label, GraphNode>.IDictionary properties ) : System
id GraphNode
label string
properties GraphNode>.IDictionary
리턴 System