FormBuilder<T>(Boolean) Constructor

Definition

Create a new form builder for building a form using reflection.

public FormBuilder (bool ignoreAnnotations = false);
new Microsoft.Bot.Builder.FormFlow.FormBuilder<'T (requires 'T : null)> : bool -> Microsoft.Bot.Builder.FormFlow.FormBuilder<'T (requires 'T : null)>
Public Sub New (Optional ignoreAnnotations As Boolean = false)

Parameters

ignoreAnnotations
Boolean

True to ignore any attributes on the form class.

Applies to