Click or drag to resize
Infosoft Logo

IStatementGroupEntityService Interface

A base repository service for manipulating StatementGroup 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 IStatementGroupEntityService : IStatementGroupQueryService, 
	IBusinessService

The IStatementGroupEntityService type exposes the following members.

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