Click or drag to resize

ApiClientBase Class

Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardApiClientBase
    More...

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public abstract class ApiClientBase

The ApiClientBase type exposes the following members.

Constructors
  NameDescription
Public methodApiClientBase
Creates an instance of ApiClientBase using the provided serialization layer.
Top
Methods
  NameDescription
Protected methodDeserializeJsonFromStreamT
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.)
Protected methodGetApiErrorException
Gets an ApiErrorException from the provided error response.
Protected methodGetContentT
Protected methodGetContentStringT
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateDocumentId
Checks whether the provided document ID is in the correct form of "{collection}/{key}".
Top
See Also
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardApiClientBase
    ArangoDBNetStandard.AdminApiAdminApiClient
    ArangoDBNetStandard.AnalyzerApiAnalyzerApiClient
    ArangoDBNetStandard.AqlFunctionApiAqlFunctionApiClient
    ArangoDBNetStandard.AuthApiAuthApiClient
    ArangoDBNetStandard.BulkOperationsApiBulkOperationsApiClient
    ArangoDBNetStandard.CollectionApiCollectionApiClient
    ArangoDBNetStandard.CursorApiCursorApiClient
    ArangoDBNetStandard.DatabaseApiDatabaseApiClient
    ArangoDBNetStandard.DocumentApiDocumentApiClient
    ArangoDBNetStandard.GraphApiGraphApiClient
    ArangoDBNetStandard.IndexApiIndexApiClient
    ArangoDBNetStandard.TransactionApiTransactionApiClient
    ArangoDBNetStandard.UserApiUserApiClient
    ArangoDBNetStandard.ViewApiViewApiClient