FormBuilderJson.Field Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Field(String, ActiveDelegate<JObject>, ValidateAsyncDelegate<JObject>)
- Bron:
- FormBuilderJson.cs
public override Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject> Field (string name, Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> active = default, Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> validate = default);
override this.Field : string * Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> * Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> -> Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject>
Public Overrides Function Field (name As String, Optional active As ActiveDelegate(Of JObject) = Nothing, Optional validate As ValidateAsyncDelegate(Of JObject) = Nothing) As IFormBuilder(Of JObject)
Parameters
- name
- String
- active
- ActiveDelegate<Newtonsoft.Json.Linq.JObject>
- validate
- ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject>
Retouren
IFormBuilder<Newtonsoft.Json.Linq.JObject>
Van toepassing op
Field(String, PromptAttribute, ActiveDelegate<JObject>, ValidateAsyncDelegate<JObject>)
- Bron:
- FormBuilderJson.cs
public override Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject> Field (string name, Microsoft.Bot.Builder.FormFlow.PromptAttribute prompt, Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> active = default, Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> validate = default);
override this.Field : string * Microsoft.Bot.Builder.FormFlow.PromptAttribute * Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> * Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> -> Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject>
Public Overrides Function Field (name As String, prompt As PromptAttribute, Optional active As ActiveDelegate(Of JObject) = Nothing, Optional validate As ValidateAsyncDelegate(Of JObject) = Nothing) As IFormBuilder(Of JObject)
Parameters
- name
- String
- prompt
- PromptAttribute
- active
- ActiveDelegate<Newtonsoft.Json.Linq.JObject>
- validate
- ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject>
Retouren
IFormBuilder<Newtonsoft.Json.Linq.JObject>
Van toepassing op
Field(String, String, ActiveDelegate<JObject>, ValidateAsyncDelegate<JObject>)
- Bron:
- FormBuilderJson.cs
public override Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject> Field (string name, string prompt, Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> active = default, Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> validate = default);
override this.Field : string * string * Microsoft.Bot.Builder.FormFlow.ActiveDelegate<Newtonsoft.Json.Linq.JObject> * Microsoft.Bot.Builder.FormFlow.ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject> -> Microsoft.Bot.Builder.FormFlow.IFormBuilder<Newtonsoft.Json.Linq.JObject>
Public Overrides Function Field (name As String, prompt As String, Optional active As ActiveDelegate(Of JObject) = Nothing, Optional validate As ValidateAsyncDelegate(Of JObject) = Nothing) As IFormBuilder(Of JObject)
Parameters
- name
- String
- prompt
- String
- active
- ActiveDelegate<Newtonsoft.Json.Linq.JObject>
- validate
- ValidateAsyncDelegate<Newtonsoft.Json.Linq.JObject>
Retouren
IFormBuilder<Newtonsoft.Json.Linq.JObject>