 | 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 AmiServiceBehaviorBase.AssociationCreate(String, String, String, Object).) |
 | AssociationGet |
Get associated object
(Overrides AmiServiceBehaviorBase.AssociationGet(String, String, String, String).) |
 | AssociationRemove |
Remove associated object
(Overrides AmiServiceBehaviorBase.AssociationRemove(String, String, String, String).) |
 | AssociationSearch |
Associated object search
(Overrides AmiServiceBehaviorBase.AssociationSearch(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 AmiServiceBehaviorBase.Create(String, Object).) |
 | CreateDiagnosticReport |
Submits a diagnostic report
(Overrides AmiServiceBehaviorBase.CreateDiagnosticReport(DiagnosticReport).) |
 | CreateUpdate |
Create or update the specified resource
(Overrides AmiServiceBehaviorBase.CreateUpdate(String, String, Object).) |
 | Delete |
Delete the specified object
(Overrides AmiServiceBehaviorBase.Delete(String, String).) |
 | DownloadLog |
Download the log contents as a stream
(Overrides AmiServiceBehaviorBase.DownloadLog(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 AmiServiceBehaviorBase.Get(String, String).) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetLog |
Get a single log file from the service
(Overrides AmiServiceBehaviorBase.GetLog(String).) |
 | GetLogs |
Get logs for the application
(Overrides AmiServiceBehaviorBase.GetLogs().) |
 | GetResourceHandler |
Resource handler
(Overrides AmiServiceBehaviorBase.GetResourceHandler().) |
 | GetSchema |
Gets the schema for the administrative interface.
(Inherited from AmiServiceBehaviorBase.) |
 | GetServerDiagnosticReport |
Get a diagnostic report
(Overrides AmiServiceBehaviorBase.GetServerDiagnosticReport().) |
 | GetTfaMechanisms |
Get allowed TFA mechanisms
(Overrides AmiServiceBehaviorBase.GetTfaMechanisms().) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetVersion |
Get version
(Overrides AmiServiceBehaviorBase.GetVersion(String, String, String).) |
 | Head |
Perform a head operation
(Inherited from AmiServiceBehaviorBase.) |
 | History |
Get the history of the object
(Overrides AmiServiceBehaviorBase.History(String, String).) |
 | InvokeMethod(String, String, ParameterCollection) |
Invoke a method
(Overrides AmiServiceBehaviorBase.InvokeMethod(String, String, ParameterCollection).) |
 | InvokeMethod(String, String, String, ParameterCollection) |
Invoke the specified operation on a specific instance
(Overrides AmiServiceBehaviorBase.InvokeMethod(String, String, String, ParameterCollection).) |
 | Lock |
Lock the specified object
(Overrides AmiServiceBehaviorBase.Lock(String, String).) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Options |
Get the available service options
(Overrides AmiServiceBehaviorBase.Options().) |
 | Patch |
Perform a patch on the serviceo
(Inherited from AmiServiceBehaviorBase.) |
 | Ping |
Perform a ping
(Inherited from AmiServiceBehaviorBase.) |
 | ResourceOptions |
Get resource options
(Overrides AmiServiceBehaviorBase.ResourceOptions(String).) |
 | Search |
Perform a search on the AMI
(Overrides AmiServiceBehaviorBase.Search(String).) |
 | ThrowIfNotReady |
Throw if the service is not ready
(Overrides AmiServiceBehaviorBase.ThrowIfNotReady().) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UnLock |
Unlock the resource
(Overrides AmiServiceBehaviorBase.UnLock(String, String).) |
 | Update |
Update the object
(Overrides AmiServiceBehaviorBase.Update(String, String, Object).) |
Top
Fields
Extension Methods
RemarksThis class implements the service behaviors for the Disconnected Gateway
See Also