Click or drag to resize
Infosoft Logo

IAddressTypeEntityService Interface

A base repository service for manipulating AddressType 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 IAddressTypeEntityService : IAddressTypeQueryService, 
	IBusinessService

The IAddressTypeEntityService type exposes the following members.

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