Click or drag to resize

VersionElement 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.
Describes a specific version of a form.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormVersionElement

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 VersionElement

The VersionElement type exposes the following members.

Constructors
 NameDescription
Public methodVersionElementInitializes a new instance of the VersionElement class
Top
Properties
 NameDescription
Public propertyAllowDataArchiving Defines if users should be allowed to archive and remove data from the archive
Public propertyAllowDataCreation Defines if users should be allowed to create new data in the form
Public propertyAllowDataDeletion Defines if users should be allowed to delete data from the form
Public propertyAllowDataEditing Defines if users should be allowed to edit data in the form
Public propertyAutomaticArchive Indicates where data should automatic be archived after a defined period of days since is was saved on the clients.
Public propertyAutomaticArchiveAfterDays The number of days, there should go from data is saved on the clients until it is automatic archived (if enabled)
Public propertyAutomaticDelete Indicates where data should automatic be moved to marked as deleted (like Windows recyclebin) after a defined period of days since is was saved on the clients.
Public propertyAutomaticDeleteAfterDays The number of days, there should go from data is saved on the clients until it is automatic deleted (if enabled)
Public propertyAutomaticPermanentDelete Indicates where data should automatic be deleted permanent after a defined period of days since is marked as deleted.
Public propertyAutomaticPermanentDeleteAfterDays The number of days, there should go from data is marked as deleted until it is permanently deleted (if enabled)
Public propertyFormElements A list of FormElement objects associated with this version.
Public propertyFormId The id of the form that this version belongs to.
Public propertyIsSubForm Indicates whether the form version is a sub form.
Public propertyLastUpdated When the version was last updated.
Public propertyLogGPSonSubmit True if a gps position should be logged when data is submitted on this version.
Public propertyMediaSynchronizationQuality Defines the quality for medias that clients download form the server during synchronization
Public propertyPlottingEnabled Defines if plotting is enabled for this version
Public propertySynchronizeAllData Indicates whether all data from all users should be syncronized on the clients.
Public propertySynchronizeDaysBack Defines how many days old data should be stored on the clients
Public propertyVersionId The id of the version.
Top
See Also