Interface | Description |
---|---|
PromptInterfaces |
Interfaces to allow access to properties shared by multiple prompt elements.
|
PromptInterfaces.Caption |
Implemented if the prompt element contains captions.
|
PromptInterfaces.Constraints<T> |
Represents min/max constraints.
|
PromptInterfaces.DataReference |
Implemented if the prompt element contains a data reference.
|
PromptInterfaces.Focus |
Implemented if the prompt element has a property to set the focus for user input.
|
PromptInterfaces.ItemList |
Represents the item list property.
|
PromptInterfaces.Locked |
Represents the locked property.
|
PromptInterfaces.MultiSelect |
Implemented if the prompt element contains a multi select.
|
PromptInterfaces.OutputFormat |
Implemented if the prompt element contains an output format.
|
PromptInterfaces.QuoteCharacter |
Implemented if the prompt element contains a quote character property.
|
PromptInterfaces.ValueRequired |
Implemented if the prompt has a property for required values.
|
PromptInterfaces.XmlKey |
Implemented if the prompt element contains an XML key.
|
PromptInterfaces.XPath |
Implemented if the prompt element contains a XPath field.
|
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.
|