Click or drag to resize
ProjectGetAllSupertypeCandidates Method (IEnumerableEntityDefinition)
Gets all supertype candidates to which all entities in subtypes can be made a subtype of.

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(
	IEnumerable<EntityDefinition> subTypes
)

Parameters

subTypes
Type: System.Collections.GenericIEnumerableEntityDefinition
The sub types.

Return Value

Type: IEnumerableEntityDefinition
List of entities which can be a supertype for all entities in subtypes
See Also