Click or drag to resize
Infosoft Logo

IHouseholdEntityService Interface

A base repository service for manipulating Household entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IHouseholdEntityService : IHouseholdQueryService, 
	IBusinessService

The IHouseholdEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new Household
Public methodDelete Deletes the specified Household.
Public methodGet Gets a list of Households matching the specified filter.
(Inherited from IHouseholdQueryService)
Public methodGetAll Gets all Households
(Inherited from IHouseholdQueryService)
Public methodGetSingle Gets a single Household matching the provided filter.
(Inherited from IHouseholdQueryService)
Public methodUpdate Updates the specified Household
Top
See Also