Click or drag to resize

AreaClient Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Manages AutoNumbers
Inheritance Hierarchy
SystemObject
  Anysense.API.Client.SharedApiHandlerApiClient
    Anysense.API.Client.V1AreaClient

Namespace: Anysense.API.Client.V1
Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.31.15+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class AreaClient : ApiHandler<ApiClient>

The AreaClient type exposes the following members.

Methods
 NameDescription
Protected methodAddQueryParameter
(Inherited from ApiHandlerT)
Public methodCreate Creates an Area on the service.
Public methodCreateAsync Creates an Area on the service.
Public methodDelete Deletes an Area.
Public methodDeleteAsync Deletes an Area.
Public methodGet Returns an Area from the service
Public methodGetAsync Returns an Area from the service
Public methodIsInUse Checks if an Area contains any Forms
Public methodIsInUseAsync Checks if an Area contains any Forms
Public methodList Gets a list of all the Areas configured in Anysense
Public methodListAsync Gets a list of all the Areas configured in Anysense
Public methodRename Renames an Area on the service.
Public methodRenameAsync Renames an Area on the service.
Top
See Also