Click or drag to resize

GraphNode Methods

The GraphNode type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Returns true if the value represented by this instance is the same.
(Overrides ObjectEquals(Object).)
Public methodEquals(GraphNode)
Returns true if the value represented by this instance is the same.
Public methodEquals(IGraphNode)
Public methodGetT
Gets the typed value of a property of the result.
Public methodGetHashCode
Gets the hash code for this instance, based on its value.
(Overrides ObjectGetHashCode.)
Public methodGetProperties
Gets the a dictionary of properties of this node.
Public methodGetRaw
Gets the raw data represented by this instance.

Raw internal representation might be different depending on the graph serialization format and it is subject to change without any prior notice.

Public methodHasProperty
Returns true if the property is defined in this instance.
Public methodTo(Type)
Returns the representation of the GraphNode as an instance of the type provided.
Public methodToT
Returns the representation of the GraphNode as an instance of type T.
Public methodToArray
Converts the instance into an array when the internal representation is a json array.
Public methodToBoolean
Returns the representation of the result as a boolean.
Public methodToDouble
Returns the representation of the result as a double.
Public methodToEdge
Returns an edge representation of the current instance.

This method is maintained for backward compatibity. It's recommended that you use ToT instead, providing IEdge as type parameter

Public methodToIArray
Converts the instance into an array when the internal representation is a json array.
Public methodToInt32
Returns the representation of the result as an int.
Public methodToPath
Returns a Path representation of the current instance.

This method is maintained for backward compatibity. It's recommended that you use ToT instead, providing IPath as type parameter.

Public methodToString
Returns the json representation of the result.
(Overrides ObjectToString.)
Public methodToVertex
Returns a vertex representation of the current instance.

This method is maintained for backward compatibity. It's recommended that you use ToT instead, providing IVertex as type parameter.

Public methodTryConvert (Overrides DynamicObjectTryConvert(ConvertBinder, Object).)
Public methodTryGetMember
Provides the implementation for operations that get member values.
(Overrides DynamicObjectTryGetMember(GetMemberBinder, Object).)
Top
See Also