Click or drag to resize

FormCheckResponse 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.
Class being returned form server when checking for new, updated or deleted formss from a client
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.ResponsesFormCheckResponse

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

The FormCheckResponse type exposes the following members.

Constructors
 NameDescription
Public methodFormCheckResponse Creates a new instance of the class
Top
Properties
 NameDescription
Public propertyFormsToBeDeleted List of forms IDs that should be deleted
Public propertyNewestVersionColumnValue Defines the version of this response. A higher value, a newer response.
Public propertyNewForms List with new forms
Top
See Also