Class ElementMap
Utility class to facilitate the interaction with ElementMap results in DataStax Graph.
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
Implements
System.IEquatable<T>