C# 클래스 Dse.Graph.Edge

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

공개 메소드들

메소드 설명
Edge ( GraphNode id, string label, GraphNode>.IDictionary properties, GraphNode inV, string inVLabel, GraphNode outV, string outVLabel ) : System

Creates a new instance of Edge.

메소드 상세

Edge() 공개 메소드

Creates a new instance of Edge.
public Edge ( GraphNode id, string label, GraphNode>.IDictionary properties, GraphNode inV, string inVLabel, GraphNode outV, string outVLabel ) : System
id GraphNode
label string
properties GraphNode>.IDictionary
inV GraphNode
inVLabel string
outV GraphNode
outVLabel string
리턴 System