Click or drag to resize

PresetMatchesFilter Method

Matches the filter.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool MatchesFilter(
	string platform,
	string templateGroup,
	string framework,
	bool forProjectCycleTasks = false,
	bool forAdditionalCycleTasks = false
)

Parameters

platform
Type: SystemString
The platform.
templateGroup
Type: SystemString
The template group.
framework
Type: SystemString
The framework.
forProjectCycleTasks (Optional)
Type: SystemBoolean
If true, only the presets which target the whole project are selected, used for custom cycle tasks
forAdditionalCycleTasks (Optional)
Type: SystemBoolean
If true, only the presets which are meant for additional cycle tasks show up, otherwise no filtering on this property is applied

Return Value

Type: Boolean
See Also