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: 2.2.1
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 methodGetRelationsTObject(NullableGuid)
Get relationships
Public methodGetRelationsTObject(NullableGuid, NullableInt32)
Get relationships
Public methodQueryTObject
Query the specified data from the delay load provider
Top
See Also