Click or drag to resize
DbClient Class
Basic client for the Drawer Backup Sbp API
Inheritance Hierarchy
SystemObject
  DrawerBackup.Native.ClientsDbClient
    More...

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public abstract class DbClient : IDisposable

The DbClient type exposes the following members.

Constructors
  NameDescription
Public methodDbClient
Initializes a new instance of the DbClient class
Top
Properties
  NameDescription
Protected propertyAuthID
Current Authentication ID
Public propertyBaseAddress
Current Base Address
Protected propertyClient
Current Client
Public propertyConfig
Current Configuration
Protected propertyIsAuthenticated
Is Authenticated
Top
Methods
  NameDescription
Public methodAuthenticate
Try to auth the client
Protected methodAuthenticate(String, String)
Authenticate
Protected methodCheckAuthentication
Check the authentication
Public methodDispose
Releases all resources used by the DbClient
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecute(String)
Execute a request
Protected methodExecuteTEntity(String, TEntity)
Execute a request with a entity
Protected methodExecuteTEntity(String, String, TEntity)
Execute a request with a entity
Protected methodExecuteFromId
Execute a request with a entity
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.)
Protected methodGet(String)
Execute a get
Protected methodGet(String, String)
Execute a get for a entity
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServerInformation
Get the information about the server
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsConnected
Check the connection
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRawExecute(String, String)
Execute a request with a entity
Protected methodRawExecuteTEntity(String, TEntity)
Execute a request with a entity
Protected methodRawExecuteTEntity(String, String, TEntity)
Execute a request with a entity
Protected methodResetTimeout
Reset the timeout to the default
Protected methodSetTimeout
Set the timeout to a request
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also
Inheritance Hierarchy