SQLitePersistenceServiceBaseTData Class |
Namespace: SanteDB.DisconnectedClient.SQLite
public abstract class SQLitePersistenceServiceBase<TData> : IDataPersistenceService<TData>, IServiceImplementation, IStoredQueryDataPersistenceService<TData>, ISQLitePersistenceService, IDataPersistenceService where TData : new(), IdentifiedData
[Missing <typeparam name="TData"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1"]
The SQLitePersistenceServiceBaseTData type exposes the following members.
| Name | Description | |
|---|---|---|
| SQLitePersistenceServiceBaseTData | Initializes a new instance of the SQLitePersistenceServiceBaseTData class |
| Name | Description | |
|---|---|---|
| ServiceName |
Get the service name
|
| Name | Description | |
|---|---|---|
| Count |
Perform a count
| |
| CreateConnection |
Creates the connection.
| |
| CreateReadonlyConnection |
Create readonly connection
| |
| CurrentUserUuid |
Get the current user UUID.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FireInserted |
Fire inserting event
| |
| FireInserting |
Fire inserting event
| |
| FromModelInstance |
Froms the model instance.
| |
| Get |
Get the specified key.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert(Object) |
Insert the specified object
| |
| Insert(SQLiteDataContext, TData) |
Performthe actual insert.
| |
| Insert(TData, TransactionMode, IPrincipal) |
Insert the specified data.
| |
| InsertInternal |
Performthe actual insert.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Obsolete(Object) |
Obsoletes the specified data
| |
| Obsolete(SQLiteDataContext, TData) |
Performs the actual obsoletion
| |
| Obsolete(TData, TransactionMode, IPrincipal) |
Obsolete the specified identified data
| |
| ObsoleteInternal |
Performs the actual obsoletion
| |
| Query(ExpressionFuncTData, Boolean, IPrincipal) |
Query the specified data
| |
| Query(SQLiteDataContext, ExpressionFuncTData, Boolean) |
Query internal without caring about limiting
| |
| Query(Expression, Int32, NullableInt32, Int32) |
Query the specified object
| |
| Query(ExpressionFuncTData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData) |
Query the specified data
| |
| Query(ExpressionFuncTData, Boolean, Guid, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData) |
Perform a stored query
| |
| Query(SQLiteDataContext, ExpressionFuncTData, Boolean, Guid, Int32, Int32, Int32, Boolean, ModelSortTData) |
Performs the actual query
| |
| QueryFast |
Query the specified data
| |
| QueryInternal(SQLiteDataContext, ExpressionFuncTData, Boolean, Int32, Int32, Int32, Guid, Boolean, ModelSortTData) |
Performs the actual query
| |
| QueryInternal(SQLiteDataContext, String, IDictionaryString, Object, Int32, Int32, Int32, Guid, Boolean, ModelSortTData) |
Performs the actual query
| |
| ToModelInstance |
Maps the data to a model instance
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update(Object) |
Update the specified object
| |
| Update(SQLiteDataContext, TData) |
Perform the actual update.
| |
| Update(TData, TransactionMode, IPrincipal) |
Update the specified data
| |
| UpdateInternal |
Perform the actual update.
|
| Name | Description | |
|---|---|---|
| Inserted |
Occurs when inserted.
| |
| Inserting |
Occurs when inserting.
| |
| Obsoleted |
Occurs when obsoleted.
| |
| Obsoleting |
Occurs when obsoleting.
| |
| Queried |
Occurs when queried.
| |
| Querying |
Occurs when querying.
| |
| Retrieved |
Occurs when querying.
| |
| Retrieving |
Data has been retrieved
| |
| Updated |
Occurs when updated.
| |
| Updating |
Occurs when updating.
|
| Name | Description | |
|---|---|---|
| m_builder | ||
| m_configuration | ||
| m_mapper | ||
| m_tracer |
| 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.) |