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