C# Class Dse.Graph.Edge

Represents an edge in DSE graph.
Inheritance: Element
Datei anzeigen Open project: datastax/csharp-driver-dse

Public Methods

Method Description
Edge ( GraphNode id, string label, GraphNode>.IDictionary properties, GraphNode inV, string inVLabel, GraphNode outV, string outVLabel ) : System

Creates a new instance of Edge.

Method Details

Edge() public method

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
return System