Click or drag to resize

MetaDataNameValidatorValidateName Method

Validates the name specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected bool ValidateName(
	string nameToValidate,
	out string clsCompliantVersion
)

Parameters

nameToValidate
Type: SystemString
The name to validate.
clsCompliantVersion
Type: SystemString
The CLS compliant version.

Return Value

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