Click or drag to resize

ElementType 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.
Defines the type of FormElement

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 ElementType
Members
Member nameValueDescription
PivotItem0 Container for FormElements. Also called a Section
TextBoxText1 Standard TextBox element
TextBoxNumeric2 TextBox element only accepting numeric values
CheckBox3 Checked List Box element, accepts multiple selections
ToggleSwitch4 Button that toggles between two states - on/off
DatePicker5 Date element for selecting date only
TimePicker6 Time element for selecting time only
RadioButton7 Radio List Box element, accepts only one selection
ListBox8 List box element, containing a number of options
ListPicker9 Combobox, accepting only one selection
CameraStandard10 Camera element, for taking pictures
TextBlock11 Element for static text, like a label
BarcodeScanner12 Barcode element for scanning barcodes
Accelerometer13 Accelerometer element, for capturing accelerometer data
Audio14 Audio element for voice recordings
Video15 Video element for obtaining videos through the phone camera
GPS16 GPS element for obtaining location data
DateTimePicker17 Element for selecting date and time
Signature18 Element for signature field
Netduino19 Element used for Netduino fields
SubForm20 Element used for representing a sub form reference
LookupContainer21 Container for lookup FormElements. Also called a LookupSection
LookupItem22 Element that is part of a lookup section
AutoNumber23 Element used for autonumber fields.
Calculation24 Element used for calculation fields.
Statistic25 Element used for statistic calculation fields.
See Also