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