Click or drag to resize

LogRow 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.
Object that contains information about form settings at the specific time/version
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormLogRow

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 LogRow

The LogRow type exposes the following members.

Constructors
 NameDescription
Public methodLogRowInitializes a new instance of the LogRow class
Top
Properties
 NameDescription
Public propertyAllowDataArchiving AllowDataArchiving setting
Public propertyAllowDataCreation AllowDataCreation setting
Public propertyAllowDataDeletion AllowDataDeletion setting
Public propertyAllowDataEditing AllowDataEditing setting
Public propertyAutomaticArchive AutomaticArchive setting
Public propertyAutomaticArchiveAfterDays AutomaticArchiveAfterDays setting
Public propertyAutomaticDelete AutomaticDelete setting
Public propertyAutomaticDeleteAfterDays AutomaticDeleteAfterDays setting
Public propertyAutomaticPermanentDelete AutomaticPermanentDelete setting
Public propertyAutomaticPermanentDeleteAfterDays AutomaticPermanentDeleteAfterDays setting
Public propertyEvent The event that happended
Public propertyLogGPSOnSubmit LogGPSOnSubmit setting
Public propertyMediaSynchronizationQuality MediaSynchronizationQuality setting
Public propertySynchronizeAllData SynchronizeAllData setting
Public propertySynchronizeDaysBack SynchronizeDaysBackSetting
Public propertyTimestamp Timestamp of when the changes was implemented
Public propertyUserId Id of the user that saved the form with the logged changes
Public propertyUsername Username of the user that saved the form with the logged changes
Public propertyVersionId The id the version that was updated or created at given moment (if relevant for the Event)
Top
See Also