Click or drag to resize

EntityModelGraphGetAllSupertypeCandidates Method (EntityDefinition)

Gets all supertype candidates for the subtype passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public IEnumerable<EntityDefinition> GetAllSupertypeCandidates(
	EntityDefinition subType
)

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: IEnumerableEntityDefinition
All 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