Click or drag to resize

UpstreamAmiServiceBehavior Class

Upstream AMI service behavior
Inheritance Hierarchy
SystemObject
  SanteDB.Rest.AMIAmiServiceBehavior
    SanteDB.Rest.AMIUpstreamAmiServiceBehavior

Namespace: SanteDB.Rest.AMI
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public class UpstreamAmiServiceBehavior : AmiServiceBehavior

The UpstreamAmiServiceBehavior type exposes the following members.

Constructors
 NameDescription
Public methodUpstreamAmiServiceBehavior Constructor
Top
Methods
 NameDescription
Public methodAssociationCreate Create an associated entity
(Overrides AmiServiceBehaviorAssociationCreate(String, String, String, Object))
Public methodAssociationGet Removes an associated entity from the scoping property path
(Overrides AmiServiceBehaviorAssociationGet(String, String, String, String))
Public methodAssociationRemove Removes an associated entity from the scoping property path
(Overrides AmiServiceBehaviorAssociationRemove(String, String, String, String))
Public methodAssociationSearch Perform a search on the specified entity
(Overrides AmiServiceBehaviorAssociationSearch(String, String, String))
Public methodCheckIn Check-in the specified object
(Overrides AmiServiceBehaviorCheckIn(String, String))
Public methodCheckOut Check-out the specified object
(Overrides AmiServiceBehaviorCheckOut(String, String))
Public methodCreate Creates the specified resource for the AMI service
(Overrides AmiServiceBehaviorCreate(String, Object))
Public methodCreateUpdate Create or update the specific resource
(Overrides AmiServiceBehaviorCreateUpdate(String, String, Object))
Public methodDelete Delete the specified resource
(Overrides AmiServiceBehaviorDelete(String, String))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGet Get the specified resource
(Overrides AmiServiceBehaviorGet(String, String))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetResourceHandler Get the resource handler for the named resource
(Inherited from AmiServiceBehavior)
Public methodGetSchema Gets the schema for the administrative interface.
(Inherited from AmiServiceBehavior)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetVersion Get a specific version of the resource
(Overrides AmiServiceBehaviorGetVersion(String, String, String))
Public methodHead Perform a head operation
(Inherited from AmiServiceBehavior)
Public methodHistory Get the complete history of a resource
(Overrides AmiServiceBehaviorHistory(String, String))
Public methodInvokeMethod(String, String, ParameterCollection) Invoke a method which is not tied to a classifier object
(Overrides AmiServiceBehaviorInvokeMethod(String, String, ParameterCollection))
Public methodInvokeMethod(String, String, String, ParameterCollection) Invoke the specified method on the API
(Overrides AmiServiceBehaviorInvokeMethod(String, String, String, ParameterCollection))
Public methodLock Lock resource
(Overrides AmiServiceBehaviorLock(String, String))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOptions Gets options for the AMI service.
(Inherited from AmiServiceBehavior)
Public methodPatch Perform a patch on the serviceo
(Inherited from AmiServiceBehavior)
Public methodPing Perform a ping
(Inherited from AmiServiceBehavior)
Public methodResourceOptions Options resource
(Overrides AmiServiceBehaviorResourceOptions(String))
Public methodSearch Performs a search of the specified AMI resource
(Overrides AmiServiceBehaviorSearch(String))
Protected methodThrowIfNotReady Service is not ready
(Inherited from AmiServiceBehavior)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnLock Unlock resource
(Overrides AmiServiceBehaviorUnLock(String, String))
Public methodUpdate Updates the specified object on the server
(Overrides AmiServiceBehaviorUpdate(String, String, Object))
Top
Fields
 NameDescription
Protected fieldm_configuration Configuration
(Inherited from AmiServiceBehavior)
Protected fieldm_traceSource Trace source for logging
(Inherited from AmiServiceBehavior)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also