Click or drag to resize
Infosoft Logo

IOAuthClientAuthorizationEntityService Interface

A base repository service for manipulating OAuthClientAuthorization 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 IOAuthClientAuthorizationEntityService : IOAuthClientAuthorizationQueryService, 
	IBusinessService

The IOAuthClientAuthorizationEntityService type exposes the following members.

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