Ado |
The AdoPubSubManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AdoPubSubManager | Creates a new instance of this pub-sub manager |
| Name | Description | |
|---|---|---|
| Provider | Gets the provider for this | |
| QueryPersistence | Gets the query persistence service | |
| ServiceName | Gets the service name for this service |
| Name | Description | |
|---|---|---|
| ActivateSubscription | Activates or de-activates key | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExecuteQueryOrm(DataContext, ExpressionFuncPubSubChannelDefinition, Boolean) | Execute a query query via the ORM for the PubSubSubscription definition | |
| ExecuteQueryOrm(DataContext, ExpressionFuncPubSubSubscriptionDefinition, Boolean) | Execute a query query via the ORM for the PubSubSubscription definition | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean) | Find the channels matching filter | |
| FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) |
Find channel - obsolete
Obsolete | |
| FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean) | Find subscription based on the specified filter | |
| FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32) |
Find subscription obsolete
Obsolete | |
| Get | Get the specified pub-sub subscription definition | |
| GetChannel | Retrieve the specified channel by ID | |
| GetDispatches | Get all the times that the object was dispatched on the specified channel | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLastDispatch | Get the last dispatch log entry from the object on the subscription | |
| GetSubscription | Get the specified subscription by identifier | |
| GetSubscriptionByName | Get subscription by its name | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LogDispatch | Log the dispatching of an object to the remote server | |
| MapExpressionTReturn(ExpressionFuncPubSubChannelDefinition, TReturn) | Map property expression | |
| MapExpressionTReturn(ExpressionFuncPubSubSubscriptionDefinition, TReturn) | Map property expression | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RegisterChannel(String, String, Uri, IDictionaryString, String) | Register the specified channel | |
| RegisterChannel(String, Type, Uri, IDictionaryString, String) | Registers a new channel in the manager (database) | |
| RegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) | Register a subscription for modelType | |
| RegisterSubscriptionTModel(String, String, PubSubEventType, ExpressionFuncTModel, Boolean, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) | Registers a new subscription | |
| RemoveChannel | Remove the channel | |
| RemoveSubscription | Remove the subscription | |
| ToModelInstance | Map this to model instance | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateChannel | Update the specified channel | |
| UpdateSubscription | Update the subscription |
| Name | Description | |
|---|---|---|
| Activated | Fired after activation | |
| Activating | Fired before activating | |
| DeActivated | Fired after deactivation | |
| DeActivating | Fired before de-activating | |
| ProgressChanged | Fired when the progress of this instance has changed | |
| Subscribed | Fired after subscription has occurred | |
| Subscribing | Fired when subscribing is about to occur | |
| UnSubscribed | Fired after subscription has been removed | |
| UnSubscribing | Fired when subscription is removing |
| 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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |