Interface IIdValidator
Validates an id
Namespace: DNVGL.One.Compute.Core.IdValidation
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IIdValidator
Methods
View SourceValidate(String)
Determines whether the specified id
is valid.
Declaration
ValidationResult Validate(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
Returns
Type | Description |
---|---|
ValidationResult |