-
Notifications
You must be signed in to change notification settings - Fork 3
Experiments query experimentNameExists
Petr Štechmüller edited this page Aug 29, 2020
·
2 revisions
Description: check if requested name exists or not
ExperimentNameExistsQuery
class ExperimentNameExistsHandler implements IQueryHandler<ExperimentNameExistsQuery, boolean>
Name | Type | Mandatory |
---|---|---|
name | string | true |
experimentID | number | 'new' | false |
boolean
- True, if name exists, else False