GraphNode Methods |
The GraphNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Returns true if the value represented by this instance is the same.
(Overrides ObjectEquals(Object).) | |
| Equals(GraphNode) |
Returns true if the value represented by this instance is the same.
| |
| Equals(IGraphNode) | ||
| GetT |
Gets the typed value of a property of the result.
| |
| GetHashCode |
Gets the hash code for this instance, based on its value.
(Overrides ObjectGetHashCode.) | |
| GetProperties |
Gets the a dictionary of properties of this node.
| |
| GetRaw |
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. | |
| HasProperty |
Returns true if the property is defined in this instance.
| |
| To(Type) |
Returns the representation of the GraphNode as an instance of the type provided.
| |
| ToT |
Returns the representation of the GraphNode as an instance of type T.
| |
| ToArray |
Converts the instance into an array when the internal representation is a json array.
| |
| ToBoolean |
Returns the representation of the result as a boolean.
| |
| ToDouble |
Returns the representation of the result as a double.
| |
| ToEdge | ||
| ToIArray |
Converts the instance into an array when the internal representation is a json array.
| |
| ToInt32 |
Returns the representation of the result as an int.
| |
| ToPath | ||
| ToString |
Returns the json representation of the result.
(Overrides ObjectToString.) | |
| ToVertex | ||
| TryConvert | (Overrides DynamicObjectTryConvert(ConvertBinder, Object).) | |
| TryGetMember |
Provides the implementation for operations that get member values.
(Overrides DynamicObjectTryGetMember(GetMemberBinder, Object).) |