IChooseJsonSchemaPageView.Initialize(JsonSchemaNode, String, String[], Int32, Boolean) Method
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
void Initialize(
JsonSchemaNode schema,
string rootElement,
string[] roots,
int schemaDiscoveryMaxItemCount,
bool maxItemCountApplied
)
Parameters
Name | Type |
---|---|
schema | JsonSchemaNode |
rootElement | String |
roots | String[] |
schemaDiscoveryMaxItemCount | Int32 |
maxItemCountApplied | Boolean |
See Also