FieldReflector<T>(String, Boolean) Constructor

Definition

Construct an IField<T> through reflection.

public FieldReflector (string name, bool ignoreAnnotations = false);
new Microsoft.Bot.Builder.FormFlow.Advanced.FieldReflector<'T (requires 'T : null)> : string * bool -> Microsoft.Bot.Builder.FormFlow.Advanced.FieldReflector<'T (requires 'T : null)>
Public Sub New (name As String, Optional ignoreAnnotations As Boolean = false)

Parameters

name
String

Path to the field in your form state.

ignoreAnnotations
Boolean

True to ignore annotations.

Applies to