Click or drag to resize
GroupNameValidatorValidate Method
Validates the name specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override bool Validate(
	string nameToValidate,
	bool checkForDuplicates,
	out string clsCompliantVersion
)

Parameters

nameToValidate
Type: SystemString
The name to validate.
checkForDuplicates
Type: SystemBoolean
Flag to signal if duplicate checking should be performed (true) or not (false)
clsCompliantVersion
Type: SystemString
The CLS compliant version.

Return Value

Type: Boolean
true if the name is valid, false otherwise

Implements

IValidatorTValueValidate(TValue, Boolean, TValue)
See Also