Click or drag to resize

IEntitySourceProvider Interface

Delay load provider

Namespace: SanteDB.Core.Model.EntityLoader
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface IEntitySourceProvider

The IEntitySourceProvider type exposes the following members.

Methods
 NameDescription
Public methodGetTObject(NullableGuid) Get the specified object
Public methodGetTObject(NullableGuid, NullableGuid) Get the specified object
Public methodGetInverseRelations Get the relationships which the object is the target
Public methodGetRelations(Type, NullableGuid) Get relationships
Public methodGetRelationsTObject(NullableGuid) Get relationships
Public methodQueryTObject Query the specified data from the delay load provider
Top
See Also