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