Click or drag to resize

ProjectCleanUpOrphanedInheritanceBasedForfs Method

Cleans the up orphaned inheritance based forfs, which will be orphaned due to the removal of the edge passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void CleanUpOrphanedInheritanceBasedForfs(
	InheritanceEdge inheritanceEdgeToRemove
)

Parameters

inheritanceEdgeToRemove
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelInheritanceEdge
The inheritance edge which will be removed.
See Also