IRemoteConnection Interface |
Namespace: Innovator.Client
The IRemoteConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AmlContext |
AML context used for creating AML objects and formatting AML statements
(Inherited from IConnection.) |
![]() | Database |
Name of the connected database
(Inherited from IConnection.) |
![]() | Url |
URL that the instance resides at
|
![]() | UserId |
ID of the authenticated user
(Inherited from IConnection.) |
Name | Description | |
---|---|---|
![]() | Clone |
Gets a new connection logged in with the same credentials
|
![]() | CreateUploadCommand |
Creates an upload request used for uploading files to the server
(Inherited from IConnection.) |
![]() | DefaultSettings |
Use a method to configure each outgoing HTTP request
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetDatabases |
Returns a set of databases which can be connected to using this URL
|
![]() | Login(ICredentials) |
Log in to the database
|
![]() | Login(ICredentials, Boolean) |
Log in to the database asynchronosuly
|
![]() | Logout(Boolean) |
Log out of the database
|
![]() | Logout(Boolean, Boolean) |
Log out of the database
|
![]() | MapClientUrl |
Expands a relative URL to a full URL
(Inherited from IConnection.) |
![]() | Process(Command) |
Calls a SOAP action asynchronously
(Inherited from IConnection.) |
![]() | Process(Command, Boolean) |
Calls a SOAP action asynchronously
(Inherited from IAsyncConnection.) |
Name | Description | |
---|---|---|
![]() ![]() | Apply |
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.) |
![]() | ApplyAsync |
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.) |
![]() | ApplySql(Command, Boolean) | Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.) |
![]() | ApplySql(Command, Object) | Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.) |
![]() | AsDb | (Defined by ConnectionExtensions.) |
![]() | ItemById(String, String) | Overloaded.
Retrieve an item based on its type and ID
(Defined by ConnectionExtensions.) |
![]() | ItemByIdT(String, String, FuncIReadOnlyItem, T) | Overloaded.
Retrieve an item based on its type and ID and map it to an object
(Defined by ConnectionExtensions.) |
![]() | ItemByKeyedName |
Retrieve an item based on its type and keyed name
(Defined by ConnectionExtensions.) |
![]() | ItemByQuery(Command) | Overloaded.
Get a single item from the database using the specified query. If the result is not a single item, an exception will be thrown
(Defined by ConnectionExtensions.) |
![]() | ItemByQuery(Command, Boolean) | Overloaded.
Get a single item from the database using the specified query asynchronously. If the result is not a single item, an exception will be thrown
(Defined by ConnectionExtensions.) |
![]() | Lock | (Defined by ConnectionExtensions.) |
![]() | NextSequence | (Defined by ConnectionExtensions.) |
![]() | Promote | (Defined by ConnectionExtensions.) |
![]() | Unlock | (Defined by ConnectionExtensions.) |