Field<T> Class
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.
Base class with declarative implementation of IField.
public class Field<T> : Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>, Microsoft.Bot.Builder.FormFlow.Advanced.IFieldPrompt<T>, Microsoft.Bot.Builder.FormFlow.Advanced.IFieldState<T> where T : class
type Field<'T (requires 'T : null)> = class
interface IField<'T (requires 'T : null)>
interface IFieldState<'T (requires 'T : null)>
interface IFieldDescription
interface IFieldPrompt<'T (requires 'T : null)>
interface IFieldResources
Public Class Field(Of T)
Implements IField(Of T), IFieldPrompt(Of T), IFieldState(Of T)
- T
Underlying form state.
- Inheritance
-
Field<T>
- Derived
- Implements
Field<T>(String, Field |
Construct field. |
Allow |
|
Allow |
|
Allows |
|
Dependencies | |
Field |
|
Field |
|
Form | |
Help | |
Is |
|
Name | |
Optional | |
Pattern | |
Prompt | |
Role | |
Type | |
Value |
|
Values |