Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 635 Bytes

File metadata and controls

20 lines (13 loc) · 635 Bytes

INameValidationService interface

Provides validation functionality for names of model elements.

public interface INameValidationService

Members

name description
GetValidName(…) Generates a valid name based on the candidateName that you provide.
IsNameValid(…) Checks if the provided name is valid.

See Also