ProjectGetAllSupertypeCandidates Method (EntityDefinition) | 
 
            Gets all supertype candidates for the subtype passed in. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic IEnumerable<EntityDefinition> GetAllSupertypeCandidates(
	EntityDefinition subType
)
Public Function GetAllSupertypeCandidates ( 
	subType As EntityDefinition
) As IEnumerable(Of EntityDefinition)
Parameters
- subType
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity which will be a subtype of one of the returned supertype candidates 
Return Value
Type: 
IEnumerableEntityDefinitionAll entities which aren't the subtype and for which there won't be a cycle in the inheritance graph if an edge with these
            is added from the subType
See Also