IData |
public interface IDataPersistenceService<TData> : IServiceImplementation where TData : class, IIdentifiedResource
[Missing <typeparam name="TData"/> documentation for "T:SanteDB.Core.Services.IDataPersistenceService`1"]
The IDataPersistenceServiceTData type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation) |
| Name | Description | |
|---|---|---|
| Count |
Performs a fast count
Obsolete | |
| Delete | Delete the specified identified data | |
| Get | Get the object with identifier key. | |
| Insert | Insert the specified data. | |
| Query(ExpressionFuncTData, Boolean, IPrincipal) | Query for TData whose current version matches query | |
| Query(ExpressionFuncTData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData) |
Query the specified data
Obsolete | |
| Update | Update the specified data |
| Name | Description | |
|---|---|---|
| Deleted | Occurs when obsoleted. | |
| Deleting | Occurs when obsoleting. | |
| Inserted | Occurs when inserted. | |
| Inserting | Occurs when inserting. | |
| Queried | Occurs when queried. | |
| Querying | Occurs when querying. | |
| Retrieved | Fired when data has been retrieved | |
| Retrieving | Data is being retrieved | |
| Updated | Occurs when updated. | |
| Updating | Occurs when updating. |