Click or drag to resize

PropertyType Methods

The PropertyType type exposes the following members.

Methods
  NameDescription
Public methodGetPropertyEdge
Try to find an Edge with a given property value.
Public methodGetPropertyEdges
Try to find all Edge with a given property value.
Public methodGetPropertyValue
Get property value of a Vertex/Edge
Public methodGetPropertyVertex
Try to find a Vertex with a given property value.
Public methodGetPropertyVertices
Try to find all Vertex with a given property value.
Public methodHasPropertyValue
Check if an element has a property value
Public methodRemovePropertyValue
Remove a property value
Public methodSetPropertyValue
Sets a property value for an element
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also