TaskGroupFilterContents Method |
Filters the contents.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public void FilterContents(
string platformName,
string templateGroupName,
string frameworkName
)
Public Sub FilterContents (
platformName As String,
templateGroupName As String,
frameworkName As String
)
Parameters
- platformName
- Type: SystemString
Name of the platform. - templateGroupName
- Type: SystemString
Name of the template group. - frameworkName
- Type: SystemString
Name of the framework.
Exceptions Exception | Condition |
---|
TaskGroupFilterException | Thrown when a taskgroupelement doesn't match the filter but can't be removed because it's optional |
See Also