Click or drag to resize

SynchronizationResult 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.
Response containing the result for at specific form when synchronizing datas
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataSynchronizationResult

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Data
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.31.10+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class SynchronizationResult

The SynchronizationResult type exposes the following members.

Constructors
 NameDescription
Public methodSynchronizationResultInitializes a new instance of the SynchronizationResult class
Top
Properties
 NameDescription
Public propertyFormDatas List of FormData result
Public propertyLatestRowVersion The RowVersion of the latest changed data row
Public propertyToDeleteObsolete.
List of data that should be deleted from the client database (if exists)
Public propertyToRemove List of data that should be removed from the client database (if exists)
Top
See Also