Click or drag to resize

ISecuredRepositoryService Interface

Represents a repository service that applies permission

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ISecuredRepositoryService : IRepositoryService, 
	IServiceImplementation

The ISecuredRepositoryService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodDelete Obsoletes the specified data.
(Inherited from IRepositoryService)
Public methodDemandAlter Demand alter permission
Public methodDemandDelete Demand delete permission
Public methodDemandQuery Demand query permission
Public methodDemandRead Demand read permission
Public methodDemandWrite Demand write permission
Public methodFind(Expression) Find the specified object
(Inherited from IRepositoryService)
Public methodFind(Expression, Int32, NullableInt32, Int32) Find the specified object
(Inherited from IRepositoryService)
Obsolete
Public methodGet Get the specified object
(Inherited from IRepositoryService)
Public methodInsert Inserts the specified data.
(Inherited from IRepositoryService)
Public methodSave Saves the specified data.
(Inherited from IRepositoryService)
Top
See Also