INotify |
public interface INotifyRepositoryService<TModel> : IRepositoryService<TModel>, IServiceImplementation where TModel : IdentifiedData
[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.Core.Services.INotifyRepositoryService`1"]
The INotifyRepositoryServiceTModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation) |
| Name | Description | |
|---|---|---|
| Delete |
Delete the object according to the current DeleteMode or
according to server configuration
(Inherited from IRepositoryServiceTModel) | |
| Find |
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel) | |
| Get(Guid) |
Gets the specified model data
(Inherited from IRepositoryServiceTModel) | |
| Get(Guid, Guid) |
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel) | |
| Insert |
Inserts the specified model information
(Inherited from IRepositoryServiceTModel) | |
| Save |
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel) |
| Name | Description | |
|---|---|---|
| Deleted | Fired after data was obsoleted | |
| Deleting | Fired before obsoleting | |
| Inserted | Fired after data was inserted | |
| Inserting | Data is inserting | |
| Queried | Fired after data was queried | |
| Querying | Fired after data was queried | |
| Retrieved | Fired after data was retrieved | |
| Retrieving | Retrieving the data | |
| Saved | Fired after data was saved | |
| Saving | Fired before saving |