Click or drag to resize

SubHierarchyView Methods

The SubHierarchyView type exposes the following members.

Methods
  NameDescription
Public methodAdd(TEdge)
Adds the specified edge. If the vertices aren't in the view, they're added too.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodAdd(TVertex)
Adds the specified vertex.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodBindEvents
Binds the event handlers to the events of the main graph.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodCheckIfEntityCanHaveDiscriminatorValueSet
Checks if entity can have its discriminator value set to a value. This depends on the fact if the entity is in a TargetPerEntityHierarchy hierarchy and if the root of the subhierarchy it is in has its discriminatorfield set or if the entity specified is the root of the subhierarchy
Public methodContains(TEdge)
Determines whether this SubGraphView contains the passed in edge.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodContains(TVertex)
Determines whether this SubGraphView contains the passed in vertex.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllDiscriminatorValuesKnownInSubHierarchy
Gets all discriminator values known in sub hierarchy or an empty list if the subhierarchy is a hierarchy other than a TPEH.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleEdgeAddedToMainGraph
Handles the event that a new edge was added to the main graph
(Inherited from InheritanceHierarchyView.)
Protected methodHandleEdgeRemovedFromMainGraph
Handles the event that an edge was removed from the main graph.
(Inherited from InheritanceHierarchyView.)
Protected methodHandleVertexAddedToMainGraph
Handles the event that a new vertex was added to the main graph.
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodHandleVertexRemovedFromMainGraph
Handles the event that a vertex was removed from the main graph.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodMarkAsRemoved
Marks this instance as removed. It raises ElementRemoved
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDisposing
Called when Disposing
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodOnEdgeAdded
Called when an edge has been added to this view
(Inherited from InheritanceHierarchyView.)
Protected methodOnEdgeRemoved
Called when an edge has been removed from this view
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodOnVertexAdded
Called when a vertex has been added to this view
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodOnVertexRemoved
Called when a vertex has been removed from this view
(Inherited from InheritanceHierarchyView.)
Protected methodPerformSyncedAction(Action)
Performs the specified action, either inside a lock on MainGraph.SyncRoot if thegraph is Synchronized, or normally, if the graph isn't synchronized.
(Inherited from SubGraphView<TVertex, TEdge>.)
Protected methodPerformSyncedAction<T>(Func<T>)
Performs the specified action, either inside a lock on MainGraph.SyncRoot if the graph is Synchronized, or normally, if the graph isn't synchronized.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodRemove(TEdge)
Removes the edge.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodRemove(TVertex)
Removes the vertex.
(Inherited from SubGraphView<TVertex, TEdge>.)
Public methodSetAsHierarchyRoot
Sets the passed in entity as hierarchy root. Entity has to be present in this view.
(Inherited from InheritanceHierarchyView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbindEvents
Unbinds the event handlers from the events of the main graph.
(Inherited from SubGraphView<TVertex, TEdge>.)
Top
See Also