PropertyTypeNoDuplicateValuesT Methods |
The PropertyTypeNoDuplicateValuesT generic type exposes the following members.
Methods
| Name | Description |
---|
| GetPropertyEdge(IComparable) |
Try to find an Edge with a given property value.
(Overrides PropertyTypeTTGetPropertyEdge(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 PropertyTypeTTGetPropertyEdges(IComparable).) |
| GetPropertyEdges(T) | |
| GetPropertyValue |
Get property value of a Vertex/Edge
(Overrides PropertyTypeTTGetPropertyValue(Int32).) |
| GetPropertyVertex(IComparable, Boolean, Boolean) | (Overrides PropertyTypeTTGetPropertyVertex(IComparable, Boolean, Boolean).) |
| GetPropertyVertex(T, Boolean, Boolean) |
Try to find a Vertex with a given property value.
|
| GetPropertyVertices(IComparable, Boolean) |
Try to find all Vertex with a given property value.
(Overrides PropertyTypeTTGetPropertyVertices(IComparable, Boolean).) |
| GetPropertyVertices(T, Boolean) |
Try to find all Vertex with a given property value.
|
| SetPropertyValue(EdgeType, Int32, Int32, IComparable) | (Overrides PropertyTypeTTSetPropertyValue(EdgeType, Int32, Int32, IComparable).) |
| SetPropertyValue(VertexType, Int32, Int32, IComparable) |
Sets a property value for an element
(Overrides PropertyTypeTTSetPropertyValue(VertexType, Int32, Int32, IComparable).) |
TopExtension Methods See Also