RestClient Methods |
The RestClient type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateHttpRequest |
Create HTTP Request object
(Overrides RestClientBaseCreateHttpRequest(String, NameValueCollection).) | |
| DeleteTResult |
Executes an HTTP delete operation on the server
(Inherited from RestClientBase.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from RestClientBase.) | |
| 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.) | |
| FireProgressChanged |
Fire that progress has changed
(Inherited from RestClientBase.) | |
| FireResponding |
Fire responding event
(Inherited from RestClientBase.) | |
| GetTResult(String) |
Gets the specified item
(Inherited from RestClientBase.) | |
| GetTResult(String, KeyValuePairString, Object) |
Fetches the specified result from the server
(Inherited from RestClientBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Head |
Perform a head operation against the specified url
(Inherited from RestClientBase.) | |
| InvokeTBody, TResult(String, String, TBody) |
Invokes the specified method against the URL provided
(Inherited from RestClientBase.) | |
| InvokeTBody, TResult(String, String, String, TBody) |
Invokes the specified method against the URL provided
(Inherited from RestClientBase.) | |
| InvokeTBody, TResult(String, String, String, TBody, KeyValuePairString, Object) |
Invoke the specified method against the server
(Inherited from RestClientBase.) | |
| InvokeInternalTBody, TResult |
Invokes the specified method against the url provided
(Overrides RestClientBaseInvokeInternalTBody, TResult(String, String, String, WebHeaderCollection, WebHeaderCollection, TBody, NameValueCollection).) | |
| LockTResult |
Perform a lock on the specified resource
(Inherited from RestClientBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OptionsTResult |
Executes an HTTP options against the server
(Inherited from RestClientBase.) | |
| PatchTPatch(String, String, TPatch) |
Patches the specified resource at url with patch when ifMatch is true
(Inherited from RestClientBase.) | |
| PatchTPatch(String, String, String, TPatch) |
Patches the specified resource at url with patch when ifMatch is true
(Inherited from RestClientBase.) | |
| PostTBody, TResult(String, TBody) |
Execute a post against the url (Inherited from RestClientBase.) | |
| PostTBody, TResult(String, String, TBody) |
Execute a post against the url (Inherited from RestClientBase.) | |
| PutTBody, TResult(String, TBody) |
Executes an HTTP PUT against the server
(Inherited from RestClientBase.) | |
| PutTBody, TResult(String, String, TBody) |
Executes an HTTP PUT against the server
(Inherited from RestClientBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnlockTResult |
Perform an unlock
(Inherited from RestClientBase.) |
| 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.) |