Click or drag to resize

IFastQueryRepositoryServiceTEntity Interface

Represents a query repository service which can find lean queries

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IFastQueryRepositoryService<TEntity> : IPersistableQueryRepositoryService<TEntity>, 
	IRepositoryService<TEntity>, IServiceImplementation
where TEntity : IdentifiedData

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "T:SanteDB.Core.Services.IFastQueryRepositoryService`1"]

The IFastQueryRepositoryServiceTEntity type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodFind(ExpressionFuncTModel, Boolean)
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel.)
Public methodFind(ExpressionFuncTModel, Boolean, Int32, NullableInt32, Int32, ModelSortTModel)
Finds the specified data with the specified control parameters
(Inherited from IRepositoryServiceTModel.)
Public methodFind(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity)
Performs a query which
(Inherited from IPersistableQueryRepositoryServiceTEntity.)
Public methodFindFast
Perform a quick search (instructs the data persistence layer not to load as many properties)
Public methodGet(Guid)
Gets the specified model data
(Inherited from IRepositoryServiceTModel.)
Public methodGet(Guid, Guid)
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel.)
Public methodInsert
Inserts the specified model information
(Inherited from IRepositoryServiceTModel.)
Public methodObsolete
Obsoletes the specified object
(Inherited from IRepositoryServiceTModel.)
Public methodSave
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel.)
Top
See Also