Click or drag to resize

AmiServiceBehaviorBase Methods

The AmiServiceBehaviorBase type exposes the following members.

Methods
  NameDescription
Public methodAssociationCreate
Create an associated entity
Public methodAssociationGet
Removes an associated entity from the scoping property path
Public methodAssociationRemove
Removes an associated entity from the scoping property path
Public methodAssociationSearch
Perform a search on the specified entity
Public methodCheckIn
Check-in the specified object
Public methodCheckOut
Check-out the specified object
Public methodCreate
Creates the specified resource for the AMI service
Public methodCreateDiagnosticReport
Create a diagnostic report
Public methodCreateUpdate
Create or update the specific resource
Public methodDelete
Delete the specified resource
Public methodDownloadLog
Get the log stream
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLog
Gets a specific log file.
Public methodGetLogs
Get log files on the server and their sizes.
Protected methodGetResourceHandler
The resource handler tool for executing operations
Public methodGetSchema
Gets the schema for the administrative interface.
Public methodGetServerDiagnosticReport
Gets a server diagnostic report.
Public methodGetTfaMechanisms
Get TFA mechanisms in this service
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersion
Get a specific version of the resource
Public methodHead
Perform a head operation
Public methodHistory
Get the complete history of a resource
Public methodInvokeMethod(String, String, ParameterCollection)
Invoke a method which is not tied to a classifier object
Public methodInvokeMethod(String, String, String, ParameterCollection)
Invoke the specified method on the API
Public methodLock
Lock resource
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptions
Gets options for the AMI service.
Public methodPatch
Perform a patch on the serviceo
Public methodPing
Perform a ping
Public methodResourceOptions
Options resource
Public methodSearch
Performs a search of the specified AMI resource
Protected methodThrowIfNotReady
Service is not ready
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnLock
Unlock resource
Public methodUpdate
Updates the specified object on the server
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 MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also