Skip to main content
A newer version of this page is available. .
All docs
V20.2

IQueryBuilderClientSideModelGenerator Members

A service used to generate a client-side model of the Query Builder control.

Methods

Name Description
GetJsonModelScript(DataConnectionParametersBase, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase, SelectQuery) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(QueryBuilderModel, ClientSideModelSettings) Serializes the specified client-side Web Query Builder model to JSON.
GetJsonModelScript(QueryBuilderModel) Serializes the specified client-side Web Query Builder model to JSON.
GetJsonModelScript(String, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String, SelectQuery) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetModel(DataConnectionParametersBase, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase, SelectQuery) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, SelectQuery) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String) Creates a client-side Web Query Builder model based on the specified data.
See Also