FieldJson 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.
%Field defined through JSON Schema.
public class FieldJson : Microsoft.Bot.Builder.FormFlow.Advanced.Field<Newtonsoft.Json.Linq.JObject>
type FieldJson = class
inherit Field<JObject>
Public Class FieldJson
Inherits Field(Of JObject)
- Inheritance
Constructors
FieldJson(FormBuilderJson, String) |
Construct a field from a JSON schema. |
Fields
_allowsMultiple | (Inherited from Field<T>) |
_builder | |
_buildPrompts | (Inherited from Field<T>) |
_condition | (Inherited from Field<T>) |
_define | (Inherited from Field<T>) |
_dependencies | (Inherited from Field<T>) |
_description | (Inherited from Field<T>) |
_form | (Inherited from Field<T>) |
_help | (Inherited from Field<T>) |
_isNullable | (Inherited from Field<T>) |
_keepZero | (Inherited from Field<T>) |
_limited | (Inherited from Field<T>) |
_max | (Inherited from Field<T>) |
_min | (Inherited from Field<T>) |
_name | (Inherited from Field<T>) |
_next | (Inherited from Field<T>) |
_optional | (Inherited from Field<T>) |
_pattern | (Inherited from Field<T>) |
_prompt | (Inherited from Field<T>) |
_promptDefinition | (Inherited from Field<T>) |
_promptSet | (Inherited from Field<T>) |
_recognizer | (Inherited from Field<T>) |
_role | (Inherited from Field<T>) |
_templates | (Inherited from Field<T>) |
_terms | (Inherited from Field<T>) |
_type | (Inherited from Field<T>) |
_validate | (Inherited from Field<T>) |
_valueDescriptions | (Inherited from Field<T>) |
_valueTerms | (Inherited from Field<T>) |
Properties
AllowDefault | (Inherited from Field<T>) |
AllowNumbers | (Inherited from Field<T>) |
AllowsMultiple | (Inherited from Field<T>) |
Dependencies | (Inherited from Field<T>) |
FieldDescription | (Inherited from Field<T>) |
FieldTerms | (Inherited from Field<T>) |
Form | (Inherited from Field<T>) |
Help | (Inherited from Field<T>) |
IsNullable | (Inherited from Field<T>) |
Name | (Inherited from Field<T>) |
Optional | (Inherited from Field<T>) |
Pattern | (Inherited from Field<T>) |
Prompt | (Inherited from Field<T>) |
Role | (Inherited from Field<T>) |
Type | (Inherited from Field<T>) |
ValueDescriptions | (Inherited from Field<T>) |
Values | (Inherited from Field<T>) |