IFields<T> Interface

Definition

Interface to track all of the fields in a form.

C#
public interface IFields<T> : System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>> where T : class

Type Parameters

T
Derived
Implements

Methods

Field(String)

Return a specific field or null if not present.

Extension Methods

Applies to

Product Versions
Microsoft.Bot.Builder 3.0