IdentifiedPersistenceServiceTModel, TDomain Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Persistence
public abstract class IdentifiedPersistenceService<TModel, TDomain> : IdentifiedPersistenceService<TModel, TDomain, TDomain> where TModel : new(), IdentifiedData where TDomain : new(), DbIdentified
[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Persistence.IdentifiedPersistenceService`2"]
[Missing <typeparam name="TDomain"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Persistence.IdentifiedPersistenceService`2"]
The IdentifiedPersistenceServiceTModel, TDomain type exposes the following members.
| Name | Description | |
|---|---|---|
| IdentifiedPersistenceServiceTModel, TDomain | Initializes a new instance of the IdentifiedPersistenceServiceTModel, TDomain 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.) |