Click or drag to resize
Infosoft Logo

ISystemRoleEntityService Interface

A base repository service for manipulating SystemRole 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 ISystemRoleEntityService : ISystemRoleQueryService, 
	IBusinessService

The ISystemRoleEntityService type exposes the following members.

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