Geocortex Essentials WPF API Reference for Workflow
FormDefinition Class |
Represents the definition of a form.
Inheritance Hierarchy
Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The FormDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormDefinition |
Initializes a new instance of the FormDefinition class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Find(String) |
Find a FormItem in the form definition with the provided ID.
| |
FindT(String) |
Find a FormItem in the form definition with the provided ID and the specified Type T.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUniqueItemID |
Find an ID unique for the specified FormItem.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ContainerFormItem |
Gets or sets the container form item.
| |
DisplayName |
Gets the display name of the form item.
| |
FormItems |
Gets the collection of top level form items in this Form.
| |
MaxHeight |
Gets or sets the maximum height of the form (in pixels).
| |
MaxWidth |
Gets or sets the maximum width of the form (in pixels).
| |
Title |
Gets or sets the title of the form.
|
See Also