WebApiDataSourceSchemaBuilder
Methods
Data(System.String)
The field from the server response which contains the data items. Can be set to a function which is called to return the data items for the response.
Parameters
data - System.String
Data option
Data(System.Func)
The field from the server response which contains the data items. Can be set to a function which is called to return the data items for the response.
Parameters
handler - System.Func<Object,Object>
Total(System.String)
The field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response.
Parameters
total - System.String
Total option
Total(System.Func)
The field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response.
Parameters
handler - System.Func<Object,Object>
Errors(System.String)
The field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response.
Parameters
errors - System.String
Errors option
Errors(System.Func)
The field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response.