MatchConfigurationResourceHandler Class |
Namespace: SanteDB.Rest.AMI.Resources
The MatchConfigurationResourceHandler type exposes the following members.
Name | Description | |
---|---|---|
MatchConfigurationResourceHandler |
Match configuration resource handler
|
Name | Description | |
---|---|---|
Capabilities |
Gets the capabilities of this service
| |
ChildResources |
Get the child resources
| |
Operations |
Gets the operations
| |
ResourceName |
Gets the resource name
| |
Scope |
Gets the scope
| |
Type |
Gets the type that this returns
|
Name | Description | |
---|---|---|
AddChildObject |
Add an associated entity
| |
AddChildResource |
Add the property handler to this handler
| |
AddOperation |
Add an operation
| |
Create |
Create a match configuration
| |
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 |
Get the specified match configuration identifier
| |
GetChildObject |
Get associated entity
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvokeOperation |
Invoke the specified operation
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Obsolete |
Delete a match configuration
| |
Query(NameValueCollection) |
Query for match configurations
| |
Query(NameValueCollection, Int32, Int32, Int32) |
Query for match configurations
| |
QueryChildObjects |
Query for associated entities
| |
RemoveChildObject |
Remove an associated entity
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetChainedResource |
Try to get a chained resource
| |
TryGetOperation |
Try to get operation
| |
Update |
Update a match configuration
|
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.) |