Click or drag to resize

ValueTypeRefactoringSourceLocationData Constructor

Initializes a new instance of the ValueTypeRefactoringSourceLocationData class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting.SourceLocationDataClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public ValueTypeRefactoringSourceLocationData(
	ValueTypeDefinition valueTypeToRefactorTo,
	EntityDefinition destination,
	List<FieldElement> fieldsToRefactor
)

Parameters

valueTypeToRefactorTo
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
The value type to refactor to.
destination
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The destination.
fieldsToRefactor
Type: System.Collections.GenericListFieldElement
The fields to refactor.
See Also