Click or drag to resize

IRepositoryService Interface

Repository service

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

The IRepositoryService 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.
Public methodFind(Expression) Find the specified object
Public methodFind(Expression, Int32, NullableInt32, Int32) Find the specified object
Obsolete
Public methodGet Get the specified object
Public methodInsert Inserts the specified data.
Public methodSave Saves the specified data.
Top
See Also