Click or drag to resize

FormType Enumeration

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.
Enumerable used for determining the type of a Form. Specific Form types has specific business rules. This value is mainly used internally

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 enum FormType
Members
Member nameValueDescription
Standard0 A regular user defined App
Workflow1 An app created by an unddefined Workflow
FileSystem2 An app used for FileSystem
Uniconta3 An app used for Uniconta integration
See Also