ProjectValidateNewEntityModelElementName Method (String, String, String, String) |
Validates whether the name specified is a valid name for a new element in the entity model.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public bool ValidateNewEntityModelElementName(
string newName,
string groupName,
out string errorText,
out string correctName
)
Public Function ValidateNewEntityModelElementName (
newName As String,
groupName As String,
<OutAttribute> ByRef errorText As String,
<OutAttribute> ByRef correctName As String
) As Boolean
Parameters
- newName
- Type: SystemString
The new name. - groupName
- Type: SystemString
Name of the group. - errorText
- Type: SystemString
The error text. - correctName
- Type: SystemString
Corrected value for name rules
Return Value
Type:
Booleantrue if valid, false otherwise
See Also