TemplateBindingsManagerGetKnownAdhocTemplateSetFilenamesFiltered Method |
Returns the filenames of the adhoc templatesets which have the specified model type as the one they're working on or when they're not having any model type
specified they're always selected
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 List<string> GetKnownAdhocTemplateSetFilenamesFiltered(
FrameworkUsingModelType modelType
)
Public Function GetKnownAdhocTemplateSetFilenamesFiltered (
modelType As FrameworkUsingModelType
) As List(Of String)
Parameters
- modelType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkUsingModelType
Return Value
Type:
ListStringSee Also