IQueryBuilderClientSideModelGenerator Methods
A service used to generate a client-side model of the Query Builder control.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