PubSubSubscriptionResourceHandler Class |
Namespace: SanteDB.Rest.AMI.Resources
The PubSubSubscriptionResourceHandler type exposes the following members.
Name | Description | |
---|---|---|
PubSubSubscriptionResourceHandler |
Creates a new pub-sub manager resource hander
|
Name | Description | |
---|---|---|
Capabilities |
Get the capabilities of this resource handler
| |
Operations |
Gets the operations for the resource handler
| |
ResourceName |
Gets the name of the resource
| |
Scope |
Gets the scoped service
| |
ServiceName |
Get service name
| |
Type |
Gets the type this handles
|
Name | Description | |
---|---|---|
AddOperation |
Add a property handler
| |
Create |
Creates a new object
| |
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 definition
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvokeOperation |
Fetchs the scoped entity
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Obsolete |
Deletes the specified subscription
| |
Query(NameValueCollection) |
Find all subscriptions
| |
Query(NameValueCollection, Int32, Int32, Int32) |
Query for subscriptions
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetOperation |
Try to get chianed resource
| |
Update |
Update the specified object
|
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.) |