Click or drag to resize

FormElement 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.
Represents a formelement - the buildingbricks used in forms
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormFormElement
    More

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 FormElement

The FormElement type exposes the following members.

Constructors
 NameDescription
Public methodFormElementInitializes a new instance of the FormElement class
Top
Properties
 NameDescription
Public propertyContainerId Defines the parent container ID. Parents are typically of formelementtype 'Section', which is a toplevel formelement.
Public propertyElementTypeId Specifies the given formelement type
Public propertyExpressionObsolete.
Defines a Regular Expression that a submitted value must match
Public propertyId The formelements unique identifier
Public propertyIdentifier Identity that is unique to this element, but is shared across different versions and copies of an app. Changes if element type is changed.
Public propertyInputRequiredObsolete.
If true, the field is required
Public propertyName Column / field name
Public propertyNameStyleObsolete.
Defines how the form element name should be displayed
Public propertyReadOnlyObsolete.
Determines whether the value in formelements can be edited during edit or only at create. If true, if values cannot be edited after the data is created. If the element is a FormElementLookupItem, then the user can never change the value.
Public propertyRenewFocusObsolete.
Indicates if this element should have focus when the form is opened (or cleared).
Public propertyRetainInputObsolete.
If true, the input entered the field will be retained
Public propertyVersionId Defines which formversion the element is added to
Top
See Also
Inheritance Hierarchy