Class ElementMap
Utility class to facilitate the interaction with ElementMap results in DataStax Graph.
Inherited Members
Namespace: Cassandra.DataStax.Graph
Assembly: Cassandra.dll
Syntax
public class ElementMap : Element, IElement, IEquatable<IElement>
Constructors
ElementMap(GraphNode, string, IDictionary<string, GraphNode>)
Declaration
public ElementMap(GraphNode id, string label, IDictionary<string, GraphNode> properties)
Parameters
Type | Name | Description |
---|---|---|
GraphNode | id | |
string | label | |
IDictionary<string, GraphNode> | properties |