Click or drag to resize

SynchronizationState 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 that represents what there is synchronized for a form
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataSynchronizationState

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

The SynchronizationState type exposes the following members.

Constructors
 NameDescription
Public methodSynchronizationStateInitializes a new instance of the SynchronizationState class
Top
Properties
 NameDescription
Public propertyDaysBack Set this to specify how old the data is permitted to be. Set to 0, to request all data.
Public propertyOnlyForUser Set to true to only get data the logged in user has submitted.
Public propertyRowVersion Set this if you have previously stored the rowversion, only later data will be received then. Often used together with ReturnSize parameter.
Public propertyVersionId Version Id of the form to synchronize
Top
See Also