| Interface | Description |
|---|---|
| PromptInterfaces |
Interfaces to allow access to properties shared by multiple prompt elements.
|
| PromptInterfaces.Caption | |
| PromptInterfaces.Constraints<T> | |
| PromptInterfaces.DataReference | |
| PromptInterfaces.Focus | |
| PromptInterfaces.ItemList | |
| PromptInterfaces.Locked | |
| PromptInterfaces.MultiSelect | |
| PromptInterfaces.OutputFormat | |
| PromptInterfaces.QuoteCharacter | |
| PromptInterfaces.ValueRequired | |
| PromptInterfaces.XmlKey | |
| PromptInterfaces.XPath |
| Class | Description |
|---|---|
| CheckGroupElement |
This class represents a group of check boxes.
|
| CheckListElement |
This class represents a check list prompt element.
|
| ComboElement |
This class represents a combo prompt element.
|
| DateElement |
This class represents a date prompt element.
|
| LabelElement |
This class represents a label prompt element.
|
| NumberElement |
Number field.
|
| OnChangeResetElement |
Abstract class which adds OnChangeReset-functionality to a PromptElement.
|
| RadioGroupElement |
This class represents a radio group element.
|
| TextElement |
A prompt element of type text.
|
| TimeElement |
This class represents a time prompt element.
|
| TimeStampElement |
A Timestamp element.
|