FormConfiguration Class

Definition

Default values for the form.

public class FormConfiguration
type FormConfiguration = class
Public Class FormConfiguration
Inheritance
FormConfiguration

Remarks

These defaults can all be overridden when you create a form and before you add steps.

Constructors

FormConfiguration()

Construct configuration.

Fields

Commands

Definitions of the built-in commands.

Confirmation

String for naming "Confirmation" fields.

CurrentChoice

Enumeration of strings for interpreting a user response as asking for the current value.

DefaultPrompt

Default prompt and template format settings.

Navigation

String for naming the "navigation" field.

No

Enumeration of values for a "no" response for boolean fields or confirmations.

NoPreference

Enumeration of strings for interpreting a user response as setting an optional field to be unspecified.

Templates

Default templates to use if not override on the class or field level.

Yes

Enumeration of values for a "yes" response for boolean fields or confirmations.

Methods

Template(TemplateUsage)

Look up a particular template.

Applies to