IdentifiedPersistenceServiceTModel, TDomain, TQueryResult Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Persistence
public abstract class IdentifiedPersistenceService<TModel, TDomain, TQueryResult> : SQLitePersistenceServiceBase<TModel> where TModel : new(), IdentifiedData where TDomain : new(), DbIdentified where TQueryResult : DbIdentified
[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Persistence.IdentifiedPersistenceService`3"]
[Missing <typeparam name="TDomain"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Persistence.IdentifiedPersistenceService`3"]
[Missing <typeparam name="TQueryResult"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Persistence.IdentifiedPersistenceService`3"]
The IdentifiedPersistenceServiceTModel, TDomain, TQueryResult type exposes the following members.
Name | Description | |
---|---|---|
IdentifiedPersistenceServiceTModel, TDomain, TQueryResult | Initializes a new instance of the IdentifiedPersistenceServiceTModel, TDomain, TQueryResult class |
Name | Description | |
---|---|---|
ServiceName |
Get the service name
(Inherited from SQLitePersistenceServiceBaseTData.) |
Name | Description | |
---|---|---|
Inserted |
Occurs when inserted.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Inserting |
Occurs when inserting.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Obsoleted |
Occurs when obsoleted.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Obsoleting |
Occurs when obsoleting.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Queried |
Occurs when queried.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Querying |
Occurs when querying.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Retrieved |
Occurs when querying.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Retrieving |
Data has been retrieved
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Updated |
Occurs when updated.
(Inherited from SQLitePersistenceServiceBaseTData.) | |
Updating |
Occurs when updating.
(Inherited from SQLitePersistenceServiceBaseTData.) |
Name | Description | |
---|---|---|
m_tracer | (Inherited from SQLitePersistenceServiceBaseTData.) |
Name | Description | |
---|---|---|
ConvertTReturn |
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.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |