Click or drag to resize
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.3.0.0 (5.3.0)
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