IAmiServiceContract Methods |
The IAmiServiceContract type exposes the following members.
Name | Description | |
---|---|---|
AssociationCreate |
Assigns the body object with the resource at resourceType/id | |
AssociationGet |
Performs a linked or chained search on a sub-property
| |
AssociationRemove |
Removes an association
| |
AssociationSearch |
Performs a linked or chained search on a sub-property
| |
CheckIn |
Releases an edit lock on the specified object
| |
CheckOut |
Acquires an edit lock on the specified object
| |
Create |
Creates the specified resource
| |
CreateUpdate |
Creates the specified resource if it does not exist, otherwise updates it
| |
Delete |
Deletes the specified resource
| |
Get |
Gets the specified resource from the service
| |
GetSchema |
Get the schema for this service
| |
GetVersion |
Gets the specified versioned copy of the data
| |
Head |
Heads the specified resource from the service
| |
History |
Gets a complete history of changes made to the object (if supported)
| |
InvokeMethod(String, String, ParameterCollection) |
Invokes the specified operation
| |
InvokeMethod(String, String, String, ParameterCollection) |
Invokes the specified operation
| |
Lock |
Locks the specified resource from the service
| |
Options |
Get the service options
| |
Patch |
Updates the specified resource according to the instructions in the PATCH file
| |
Ping |
Ping the service to determine up/down
| |
ResourceOptions |
Get the specific options supported for the
| |
Search |
Searches the specified resource type for matches
| |
UnLock |
Unlocks the specified resource from the service
| |
Update |
Updates the specified resource
|