Click or drag to resize

AdHocTemplateSetUsedByModelType Property

Gets or sets the type of the model this adhoc template set is used by. If Unknown, it's applied to all models.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public FrameworkUsingModelType UsedByModelType { get; set; }

Property Value

Type: FrameworkUsingModelType
See Also