Click or drag to resize
Infosoft Logo

IConfigurationEntityService Interface

A base repository service for manipulating Configuration 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 IConfigurationEntityService : IConfigurationQueryService, 
	IBusinessService

The IConfigurationEntityService type exposes the following members.

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