 | AmiServiceBehavior Class |
DCG Administration Management Interface Service
Inheritance Hierarchy
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntaxpublic class AmiServiceBehavior : AmiServiceBehaviorBase
Public Class AmiServiceBehavior
Inherits AmiServiceBehaviorBase
public ref class AmiServiceBehavior : public AmiServiceBehaviorBase
type AmiServiceBehavior =
class
inherit AmiServiceBehaviorBase
end
The AmiServiceBehavior type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AssociationCreate |
Association based create
(Overrides AmiServiceBehaviorBaseAssociationCreate(String, String, String, Object).) |
 | AssociationGet |
Get associated object
(Overrides AmiServiceBehaviorBaseAssociationGet(String, String, String, String).) |
 | AssociationRemove |
Remove associated object
(Overrides AmiServiceBehaviorBaseAssociationRemove(String, String, String, String).) |
 | AssociationSearch |
Associated object search
(Overrides AmiServiceBehaviorBaseAssociationSearch(String, String, String).) |
 | CheckIn |
Check-in the specified object
(Inherited from AmiServiceBehaviorBase.) |
 | CheckOut |
Check-out the specified object
(Inherited from AmiServiceBehaviorBase.) |
 | Create |
Create the specified resource
(Overrides AmiServiceBehaviorBaseCreate(String, Object).) |
 | CreateDiagnosticReport |
Submits a diagnostic report
(Overrides AmiServiceBehaviorBaseCreateDiagnosticReport(DiagnosticReport).) |
 | CreateUpdate |
Create or update the specified resource
(Overrides AmiServiceBehaviorBaseCreateUpdate(String, String, Object).) |
 | Delete |
Delete the specified object
(Overrides AmiServiceBehaviorBaseDelete(String, String).) |
 | DownloadLog |
Download the log contents as a stream
(Overrides AmiServiceBehaviorBaseDownloadLog(String).) |
 | 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 object
(Overrides AmiServiceBehaviorBaseGet(String, String).) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetLog |
Get a single log file from the service
(Overrides AmiServiceBehaviorBaseGetLog(String).) |
 | GetLogs |
Get logs for the application
(Overrides AmiServiceBehaviorBaseGetLogs.) |
 | GetResourceHandler |
Resource handler
(Overrides AmiServiceBehaviorBaseGetResourceHandler.) |
 | GetSchema |
Gets the schema for the administrative interface.
(Inherited from AmiServiceBehaviorBase.) |
 | GetServerDiagnosticReport |
Get a diagnostic report
(Overrides AmiServiceBehaviorBaseGetServerDiagnosticReport.) |
 | GetTfaMechanisms |
Get allowed TFA mechanisms
(Overrides AmiServiceBehaviorBaseGetTfaMechanisms.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetVersion |
Get version
(Overrides AmiServiceBehaviorBaseGetVersion(String, String, String).) |
 | Head |
Perform a head operation
(Inherited from AmiServiceBehaviorBase.) |
 | History |
Get the history of the object
(Overrides AmiServiceBehaviorBaseHistory(String, String).) |
 | InvokeMethod(String, String, ParameterCollection) |
Invoke a method
(Overrides AmiServiceBehaviorBaseInvokeMethod(String, String, ParameterCollection).) |
 | InvokeMethod(String, String, String, ParameterCollection) |
Invoke the specified operation on a specific instance
(Overrides AmiServiceBehaviorBaseInvokeMethod(String, String, String, ParameterCollection).) |
 | Lock |
Lock the specified object
(Overrides AmiServiceBehaviorBaseLock(String, String).) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Options |
Get the available service options
(Overrides AmiServiceBehaviorBaseOptions.) |
 | Patch |
Perform a patch on the serviceo
(Inherited from AmiServiceBehaviorBase.) |
 | Ping |
Perform a ping
(Inherited from AmiServiceBehaviorBase.) |
 | ResourceOptions |
Get resource options
(Overrides AmiServiceBehaviorBaseResourceOptions(String).) |
 | Search |
Perform a search on the AMI
(Overrides AmiServiceBehaviorBaseSearch(String).) |
 | ThrowIfNotReady |
Throw if the service is not ready
(Overrides AmiServiceBehaviorBaseThrowIfNotReady.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UnLock |
Unlock the resource
(Overrides AmiServiceBehaviorBaseUnLock(String, String).) |
 | Update |
Update the object
(Overrides AmiServiceBehaviorBaseUpdate(String, String, Object).) |
Top
Fields
Extension Methods
| 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.) |
Top
RemarksThis class implements the service behaviors for the Disconnected Gateway
See Also