Click or drag to resize
Project.GetAllSupertypeCandidates Method (IEnumerable<EntityDefinition>)
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.Generic.IEnumerable<EntityDefinition>
The sub types.

Return Value

Type: IEnumerable<EntityDefinition>
List of entities which can be a supertype for all entities in subtypes
See Also