IValidation | |
public interface IValidationEntityService : IValidationQueryService, IBusinessService
The IValidationEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Validation | |
| Delete | Deletes the specified Validation. | |
| Get |
Gets a list of Validations matching the specified filter.
(Inherited from IValidationQueryService) | |
| GetAll |
Gets all Validations
(Inherited from IValidationQueryService) | |
| GetSingle |
Gets a single Validation matching the provided filter.
(Inherited from IValidationQueryService) | |
| Update | Updates the specified Validation |