Sdílet prostřednictvím


PropertySchema(String, JObject, List<PropertySchema>) Konstruktor

Definice

Inicializuje novou instanci PropertySchema třídy.

public PropertySchema (string path, Newtonsoft.Json.Linq.JObject schema, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> children = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema : string * Newtonsoft.Json.Linq.JObject * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> -> Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema
Public Sub New (path As String, schema As JObject, Optional children As List(Of PropertySchema) = Nothing)

Parametry

path
String

Cesta k této vlastnosti

schema
Newtonsoft.Json.Linq.JObject

Fragment schématu JSON pro tuto vlastnost

children
List<PropertySchema>

Podřízené vlastnosti, pokud existují.

Platí pro