Click or drag to resize

ProjectMoveFieldsToSuperSubType Method

Moves the fields specified to destination from source, if destination and source are in the same inheritance hierarchy

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 MoveFieldsToSuperSubType(
	EntityDefinition source,
	List<FieldElement> fieldsToMove,
	EntityDefinition destination
)

Parameters

source
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The source.
fieldsToMove
Type: System.Collections.GenericListFieldElement
The fields to move.
destination
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The destination.
Remarks
Call this routine from a command to be able to undo the action in 1 go.
See Also