Compartir a través de


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

Definición

Inicializa una nueva instancia de la clase PropertySchema.

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)

Parámetros

path
String

Ruta de acceso a esta propiedad.

schema
Newtonsoft.Json.Linq.JObject

Fragmento de esquema JSON para esta propiedad.

children
List<PropertySchema>

Propiedades secundarias si las hay.

Se aplica a