Click or drag to resize

Form 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 representing a form
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormForm

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 Form

The Form type exposes the following members.

Constructors
 NameDescription
Public methodForm Initializes a new instance of this class
Public methodForm(Int64, String, Int64, VersionElement) Initializes a new instance of this class
Top
Properties
 NameDescription
Public propertyArea Defines an Area for which the app is listed. This is used for organizing app-lists.
Public propertyCategory Defines the Category which is appliable for some specific FormTypes. This is an internal value, and should never be changed by a third-party integration.
Public propertyFormId Unique form ID
Public propertyFormName Name of the form
Public propertyFormType Defines the form type. 0 is a regular form, 1 if it is a form managed by Workflow Service. Forms managed by Workflow Service is locked for editing in the FormDesigner, and should not be updated by third-party integrations neither.
Public propertyGroups List of Groups who has access to the form
Public propertyLastDataUpdateObsolete.
The date when the formdata was last changed (Add/Edit/Delete) Note: In API v1.19 RowCountAndLastDataUpdate has been removed from this and all previous versions due to technical limitions. Implement newest API version if neccesary.
Public propertyLastUpdated The date when the form was last updated
Public propertyNewestVersionId Defines the newest ID of this form
Public propertyPendingDelete Defines if the form has been marked for deletion
Public propertyRowCountObsolete.
Total number of datarows Note: In API v1.19 RowCountAndLastDataUpdate has been removed from this and all previous versions due to technical limitions. Implement newest API version if neccesary.
Public propertyRowVersion Current version of the form properties (versionlist, name, etc)
Public propertyType Defines the Form type. For apps created by thirdparty this value should alway be Standard (0). All FormTypes other than Standard (0) is locked for editing in the FormDesigner, and should not be updated by third-party integrations neither.
Public propertyUsers List of Users who has access to the form (not including users in groups)
Public propertyVersion The version element containing all formelements
Public propertyVersionList List of different versions of this form. Key is the version ID DateTime is the date of creation
Top
See Also