Field<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.
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)
Type Parameters
- T
Underlying form state.
- Inheritance
-
Field<T>
- Derived
- Implements
Constructors
Field<T>(String, FieldRole) |
Construct field. |
Fields
Properties
AllowDefault | |
AllowNumbers | |
AllowsMultiple | |
Dependencies | |
FieldDescription | |
FieldTerms | |
Form | |
Help | |
IsNullable | |
Name | |
Optional | |
Pattern | |
Prompt | |
Role | |
Type | |
ValueDescriptions | |
Values |