Click or drag to resize

FeatureHintIsValid Method

Determines whether the specified source is valid.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public bool IsValid(
	Project source
)

Parameters

source
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The source.

Return Value

Type: Boolean
See Also