Click or drag to resize
Infosoft Logo

IISO3166EntityService Interface

A base repository service for manipulating ISO3166 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 IISO3166EntityService : IISO3166QueryService, 
	IBusinessService

The IISO3166EntityService type exposes the following members.

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