IFieldPrompt<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This provides control information about a field.
public interface IFieldPrompt<T> where T : class
type IFieldPrompt<'T (requires 'T : null)> = interface
Public Interface IFieldPrompt(Of T)
Type Parameters
- T
Form state that is being completed.
- Derived
Properties
Help |
Return the help description for this field. |
Prompt |
Returns the prompt description. |
Methods
Active(T) |
Test to see if field is currently active based on the current state. |
DefineAsync(T) |
Build the prompt and recognizer for dynamically defined fields. |
Next(Object, T) |
Next step to execute. |
Template(TemplateUsage) |
Return a template for building a prompt. |
ValidateAsync(T, Object) |
Validate value to be set on state and return feedback if not valid. |