InheritanceHierarchiesGraphValidateEdgeForAddition Method  | 
 
            Validates if the edge passed in is addable to this graph structure. The start node and the end node for the are given as well. The same edge
            is present between startVertex and endVertex and also between endVertex and startVertex if the graph is a nondirected graph, hence the necessity of these two
            nodes in this routine
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax
See Also