public interface PromptInterfaces
Modifier and Type | Interface and Description |
---|---|
static interface |
PromptInterfaces.Caption
Implemented if the prompt element contains captions.
|
static interface |
PromptInterfaces.Constraints<T>
Represents min/max constraints.
|
static interface |
PromptInterfaces.DataReference
Implemented if the prompt element contains a data reference.
|
static interface |
PromptInterfaces.Focus
Implemented if the prompt element has a property to set the focus for user input.
|
static interface |
PromptInterfaces.ItemList
Represents the item list property.
|
static interface |
PromptInterfaces.Locked
Represents the locked property.
|
static interface |
PromptInterfaces.MultiSelect
Implemented if the prompt element contains a multi select.
|
static interface |
PromptInterfaces.OutputFormat
Implemented if the prompt element contains an output format.
|
static interface |
PromptInterfaces.QuoteCharacter
Implemented if the prompt element contains a quote character property.
|
static interface |
PromptInterfaces.ValueRequired
Implemented if the prompt has a property for required values.
|
static interface |
PromptInterfaces.XmlKey
Implemented if the prompt element contains an XML key.
|
static interface |
PromptInterfaces.XPath
Implemented if the prompt element contains a XPath field.
|
Copyright © 2021. All rights reserved.