Click or drag to resize

EntitySource Class

Delay loader class
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.EntityLoaderEntitySource

Namespace:  SanteDB.Core.Model.EntityLoader
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public sealed class EntitySource

The EntitySource type exposes the following members.

Constructors
  NameDescription
Public methodEntitySource
Delay loader ctor
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Gets the current delay loader
Public propertyProvider
Gets the current entity source provider
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also