The PropertyTypeTT generic type exposes the following members.
Methods
| Name | Description |
---|
 | GetPropertyEdge(IComparable) |
Try to find an Edge with a given property value.
(Overrides PropertyTypeGetPropertyEdge(IComparable).) |
 | GetPropertyEdge(T) |
Try to find an Edge with a given property value.
|
 | GetPropertyEdges(IComparable) |
Try to find all Edge with a given property value.
(Overrides PropertyTypeGetPropertyEdges(IComparable).) |
 | GetPropertyEdges(T) | |
 | GetPropertyValue |
Get property value of a Vertex/Edge
(Overrides PropertyTypeGetPropertyValue(Int32).) |
 | GetPropertyVertex(IComparable, Boolean, Boolean) | (Overrides PropertyTypeGetPropertyVertex(IComparable, Boolean, Boolean).) |
 | GetPropertyVertex(T, Boolean, Boolean) |
Try to find a Vertex with a given property value.
|
 | GetPropertyVertices(Boolean) |
Try to find all Vertex with a property value.
(Overrides PropertyTypeGetPropertyVertices(Boolean).) |
 | GetPropertyVertices(IComparable, Boolean) |
Try to find all Vertex with a given property value.
(Overrides PropertyTypeGetPropertyVertices(IComparable, Boolean).) |
 | GetPropertyVertices(T, Boolean) |
Try to find all Vertex with a given property value.
|
 | HasPropertyValue |
Does a certain element (Edge/Vertex) have a property value for this property type
(Overrides PropertyTypeHasPropertyValue(Int32).) |
 | RemovePropertyValue |
Remove a property value
(Overrides PropertyTypeRemovePropertyValue(Int32).) |
 | SetPropertyValue(EdgeType, Int32, Int32, IComparable) | (Overrides PropertyTypeSetPropertyValue(EdgeType, Int32, Int32, IComparable).) |
 | SetPropertyValue(VertexType, Int32, Int32, IComparable) |
Sets a property value for an element
(Overrides PropertyTypeSetPropertyValue(VertexType, Int32, Int32, IComparable).) |
Top
Extension Methods
See Also