SynchronizationQueueTQueueEntry Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Synchronization
public class SynchronizationQueue<TQueueEntry> : ISynchronizationQueue where TQueueEntry : new(), SynchronizationQueueEntry
[Missing <typeparam name="TQueueEntry"/> documentation for "T:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1"]
The SynchronizationQueueTQueueEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Counts the number of objects in the current queue
| |
| Delete |
Deletes the specified object from the queue
| |
| Dequeue |
Pop an item from the queue.
| |
| DequeueRaw |
Pops the item off the stack
| |
| DeserializeObject |
Deserialize the object
| |
| Enqueue |
Enqueue the specified entry data
| |
| EnqueueRaw |
Enqueue the specified entry
| |
| 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.) | |
| Get |
Gets the specified queue item
| |
| GetAll |
Get all objects from the queue
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek |
Peeks at the next item in the stack
| |
| PeekRaw |
Peeks a raw row entry from the database.
| |
| Query(ExpressionFuncTQueueEntry, Boolean, Int32, NullableInt32, Int32) |
Query the specified object
| |
| Query(NameValueCollection, Int32, Int32, Int32) |
Query for matching records
| |
| Retry |
Retry to queue the specified item
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Enqueued |
Fired after the data has been enqueued
| |
| Enqueuing |
Fired when the data is about to be enqueued
|
| 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.) |