Click or drag to resize

ProjectAddNewDocumentsDerivedFromEntitiesToDerivedModel Method

Adds for each entity in the set specified a new root document to a new or existing derived model definition with the name specified. If no derived model exists with the name specified, it's created.

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 AddNewDocumentsDerivedFromEntitiesToDerivedModel(
	string derivedModelName,
	Framework targetFramework,
	IEnumerable<EntityDefinition> entities
)

Parameters

derivedModelName
Type: SystemString
name of the new or existing derived model name
targetFramework
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.FrameworksFramework
The target framework.
entities
Type: System.Collections.GenericIEnumerableEntityDefinition
entities to add new derived elements for to the derived model.
See Also