FormDefinition Class
Represents the definition of a form.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.ClientFormDefinition

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
[ContentPropertyAttribute("ContainerFormItem")]
public class FormDefinition : IFormItem, 
	INotifyPropertyChanged

The FormDefinition type exposes the following members.

Constructors
  NameDescription
Public methodFormDefinition
Initializes a new instance of the FormDefinition class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind(String)
Find a FormItem in the form definition with the provided ID.
Public methodFindT(String)
Find a FormItem in the form definition with the provided ID and the specified Type T.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUniqueItemID
Find an ID unique for the specified FormItem.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyContainerFormItem
Gets or sets the container form item.
Public propertyDisplayName
Gets the display name of the form item.
Public propertyFormItems
Gets the collection of top level form items in this Form.
Public propertyMaxHeight
Gets or sets the maximum height of the form (in pixels).
Public propertyMaxWidth
Gets or sets the maximum width of the form (in pixels).
Public propertyTitle
Gets or sets the title of the form.
Top
See Also