Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilderBase
Defines the fluent interface for configuring the DataSourceSchema options.
Methods
Aggregates(System.String)
Sets Aggregates option.
Parameters
aggregates System.String
Aggregates option
Aggregates(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return aggregates.
Groups(System.String)
Sets Groups option.
Parameters
groups System.String
Groups option
Groups(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return groups.
Data(System.String)
Sets Data option.
Parameters
data System.String
Data option
Data(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return data.
Total(System.String)
Sets Total option.
Parameters
total System.String
Total option
Total(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return total.
Errors(System.String)
Sets Errors option
Parameters
errors System.String
Errors option
Errors(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return the errors.
Parse(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return data.
Type(System.String)
Sets Schema Type option
Parameters
type System.String
Type option