Click or drag to resize

Area 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.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormArea

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class Area

The Area type exposes the following members.

Constructors
 NameDescription
Public methodAreaInitializes a new instance of the Area class
Top
Properties
 NameDescription
Public propertyCreated 
Public propertyCreatedBy 
Public propertyId 
Public propertyName 
Public propertyUpdated 
Public propertyUpdatedBy 
Top
See Also