FormBuilderBase<T> Class
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.
Abstract base class for Form Builders.
public abstract class FormBuilderBase<T> : Microsoft.Bot.Builder.FormFlow.IFormBuilder<T> where T : class
type FormBuilderBase<'T (requires 'T : null)> = class
interface IFormBuilder<'T (requires 'T : null)>
Public MustInherit Class FormBuilderBase(Of T)
Implements IFormBuilder(Of T)
Type Parameters
- T
Form state class.
- Inheritance
-
FormBuilderBase<T>
- Derived
- Implements
Constructors
FormBuilderBase<T>() |
Fields
_form |
Properties
Configuration |