Del via


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

Definition

Initializes a new instance of the PropertySchema class.

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)

Parameters

path
String

Path to this property.

schema
Newtonsoft.Json.Linq.JObject

JSON schema fragment for this property.

children
List<PropertySchema>

Children properties if any.

Applies to