- Ajax()
- Ajax.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Ajax.Columns.Add(System.String name)
- Ajax.Columns.Add.Expand(Boolean isExpanded)
- Ajax.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Ajax.Events.Change(System.String handler)
- Ajax.Events.Change(System.Func<System.Object,System.Object> handler)
- Ajax.Events.Error(System.String handler)
- Ajax.Events.Error(System.Func<System.Object,System.Object> handler)
- Ajax.Events.Push(System.String handler)
- Ajax.Events.Push(System.Func<System.Object,System.Object> handler)
- Ajax.Events.RequestEnd(System.String handler)
- Ajax.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Ajax.Events.RequestStart(System.String handler)
- Ajax.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Ajax.Events.Sync(System.String handler)
- Ajax.Events.Sync(System.Func<System.Object,System.Object> handler)
- Ajax.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Ajax.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Ajax.Filter.Add.IsEqualTo(TValue value)
- Ajax.Filter.Add.IsNotEqualTo(TValue value)
- Ajax.Filter.Add.IsNotNull()
- Ajax.Filter.Add.IsNull()
- Ajax.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Ajax.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Filter.Add.IsGreaterThan(TValue value)
- Ajax.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Ajax.Filter.Add.IsLessThan(TValue value)
- Ajax.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Ajax.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Ajax.Filter.Add.Contains(System.String value)
- Ajax.Filter.Add.DoesNotContain(System.String value)
- Ajax.Filter.Add.EndsWith(System.String value)
- Ajax.Filter.Add.IsEmpty()
- Ajax.Filter.Add.IsEqualTo(System.String value)
- Ajax.Filter.Add.IsNotEmpty()
- Ajax.Filter.Add.IsNotEqualTo(System.String value)
- Ajax.Filter.Add.StartsWith(System.String value)
- Ajax.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Ajax.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Ajax.Filter(Kendo.Mvc.CompositeFilterDescriptor value)
- Ajax.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Ajax.Measures.Add()
- Ajax.Measures.Add.Name(System.String name)
- Ajax.Measures.Add.Type(System.String type)
- Ajax.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Ajax.Measures.Values(System.String<> values)
- Ajax.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Ajax.Measures.Values.Add()
- Ajax.Measures.Values.Add.Name(System.String name)
- Ajax.Measures.Values.Add.Type(System.String type)
- Ajax.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Ajax.Rows.Add(System.String name)
- Ajax.Rows.Add.Expand(Boolean isExpanded)
- Ajax.Schema(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaBuilder<TModel>> configurator)
- Ajax.Schema.Cube(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeBuilder<TModel>> configurator)
- Ajax.Schema.Cube.Dimensions(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeDimensionFactory<TModel>> configurator)
- Ajax.Schema.Cube.Dimensions.Add(System.String member)
- Ajax.Schema.Cube.Dimensions.Add.Caption(System.String caption)
- Ajax.Schema.Cube.Dimensions.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Schema.Cube.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeMeasureFactory<TModel>> configurator)
- Ajax.Schema.Cube.Measures.Add(System.String measure)
- Ajax.Schema.Cube.Measures.Add.Aggregate(System.String aggregate)
- Ajax.Schema.Cube.Measures.Add.Aggregate(System.Func<System.Object,System.Object> handler)
- Ajax.Schema.Cube.Measures.Add.AggregateName(System.String aggregateName)
- Ajax.Schema.Cube.Measures.Add.Caption(System.String caption)
- Ajax.Schema.Cube.Measures.Add.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Schema.Cube.Measures.Add.Field(System.String member)
- Ajax.Schema.Cube.Measures.Add.Format(System.String format)
- Ajax.Schema.Cube.Measures.Add.Result(System.String result)
- Ajax.Schema.Cube.Measures.Add.Result(System.Func<System.Object,System.Object> handler)
- Ajax.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Ajax.Schema.Model.ClearFields()
- Ajax.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Schema.Model.Field.DefaultValue(T value)
- Ajax.Schema.Model.Field.DefaultValue(System.Object value)
- Ajax.Schema.Model.Field.Editable()
- Ajax.Schema.Model.Field.Editable(Boolean enabled)
- Ajax.Schema.Model.Field.From(System.String fromField)
- Ajax.Schema.Model.Field.Parse(System.String handler)
- Ajax.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Ajax.Schema.Model.Field(System.String, System.Type memberName)
- Ajax.Schema.Model.Field(System.String memberName)
- Ajax.Schema.Model.Id(System.String fieldName)
- Ajax.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Ajax.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Sort.Add.Ascending()
- Ajax.Sort.Add.Descending()
- Ajax.Sort.Add.Order(Kendo.Mvc.ListSortDirection direction)
- Ajax.Sort.Add(System.String fieldName)
- Ajax.Sort.Add(System.String memberName)
- Ajax.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceTransportBuilder> configurator)
- Ajax.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Ajax.Transport.Discover.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Ajax.Transport.Discover.Action(System.String, System.String actionName)
- Ajax.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Transport.Discover.Data(System.String handler)
- Ajax.Transport.Discover.Headers(System.Object headers)
- Ajax.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Transport.Discover.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Ajax.Transport.Discover.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Ajax.Transport.Discover.Route(System.String, System.Object routeName)
- Ajax.Transport.Discover.Route(System.String routeName)
- Ajax.Transport.Discover.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Ajax.Transport.Discover.Url(System.String url)
- Ajax.Transport.Discover(System.String, System.String, System.Object actionName)
- Ajax.Transport.Discover(System.String, System.String actionName)
- Ajax.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Ajax.Transport.Read.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Ajax.Transport.Read.Action(System.String, System.String actionName)
- Ajax.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Transport.Read.Data(System.String handler)
- Ajax.Transport.Read.Headers(System.Object headers)
- Ajax.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Transport.Read.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Ajax.Transport.Read.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Ajax.Transport.Read.Route(System.String, System.Object routeName)
- Ajax.Transport.Read.Route(System.String routeName)
- Ajax.Transport.Read.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Ajax.Transport.Read.Url(System.String url)
- Ajax.Transport.Read(System.String, System.String, System.Object actionName)
- Ajax.Transport.Read(System.String, System.String actionName)
- Custom()
- Custom.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Custom.Columns.Add(System.String name)
- Custom.Columns.Add.Expand(Boolean isExpanded)
- Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Custom.Events.Change(System.String handler)
- Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- Custom.Events.Error(System.String handler)
- Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- Custom.Events.Push(System.String handler)
- Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- Custom.Events.RequestEnd(System.String handler)
- Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Custom.Events.RequestStart(System.String handler)
- Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Custom.Events.Sync(System.String handler)
- Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<System.Object>> configurator)
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<System.Object,System.Boolean>> expression)
- Custom.Filter.Add.IsEqualTo(TValue value)
- Custom.Filter.Add.IsNotEqualTo(TValue value)
- Custom.Filter.Add.IsNotNull()
- Custom.Filter.Add.IsNull()
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<System.Object,System.Nullable<System.Boolean>>> expression)
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<System.Object,TValue>> expression)
- Custom.Filter.Add.IsGreaterThan(TValue value)
- Custom.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Custom.Filter.Add.IsLessThan(TValue value)
- Custom.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<System.Object,System.String>> expression)
- Custom.Filter.Add.Contains(System.String value)
- Custom.Filter.Add.DoesNotContain(System.String value)
- Custom.Filter.Add.EndsWith(System.String value)
- Custom.Filter.Add.IsEmpty()
- Custom.Filter.Add.IsEqualTo(System.String value)
- Custom.Filter.Add.IsNotEmpty()
- Custom.Filter.Add.IsNotEqualTo(System.String value)
- Custom.Filter.Add.StartsWith(System.String value)
- Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Custom.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Custom.Measures.Add()
- Custom.Measures.Add.Name(System.String name)
- Custom.Measures.Add.Type(System.String type)
- Custom.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Custom.Measures.Values(System.String<> values)
- Custom.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Custom.Measures.Values.Add()
- Custom.Measures.Values.Add.Name(System.String name)
- Custom.Measures.Values.Add.Type(System.String type)
- Custom.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Custom.Rows.Add(System.String name)
- Custom.Rows.Add.Expand(Boolean isExpanded)
- Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceSchemaBuilder> configurator)
- Custom.Schema.Axes(System.String axes)
- Custom.Schema.Axes(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Catalogs(System.String catalogs)
- Custom.Schema.Catalogs(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Cubes(System.String cubes)
- Custom.Schema.Cubes(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Dimensions(System.String dimensions)
- Custom.Schema.Dimensions(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Hierarchies(System.String hierarchies)
- Custom.Schema.Hierarchies(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Levels(System.String levels)
- Custom.Schema.Levels(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Measures(System.String measures)
- Custom.Schema.Measures(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Type(System.String type)
- Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceTransportBuilder> configurator)
- Custom.Transport.Connection(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportConnectionBuilder> configurator)
- Custom.Transport.Connection.Catalog(System.String catalog)
- Custom.Transport.Connection.Cube(System.String cube)
- Custom.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Custom.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Custom.Transport.Discover.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Custom.Transport.Discover.Action(System.String, System.String actionName)
- Custom.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Custom.Transport.Discover.Cache(Boolean isEnabled)
- Custom.Transport.Discover.ContentType(System.String type)
- Custom.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Custom.Transport.Discover.Data(System.String handler)
- Custom.Transport.Discover.DataType(System.String type)
- Custom.Transport.Discover.Headers(System.Object headers)
- Custom.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Custom.Transport.Discover.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Discover.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Custom.Transport.Discover.Route(System.String, System.Object routeName)
- Custom.Transport.Discover.Route(System.String routeName)
- Custom.Transport.Discover.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Custom.Transport.Discover.Url(System.String url)
- Custom.Transport.Discover(System.Object settings)
- Custom.Transport.Discover(System.String handler)
- Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Custom.Transport.ParameterMap(System.String handler)
- Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Custom.Transport.Read.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Custom.Transport.Read.Action(System.String, System.String actionName)
- Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Custom.Transport.Read.Cache(Boolean isEnabled)
- Custom.Transport.Read.ContentType(System.String type)
- Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Custom.Transport.Read.Data(System.String handler)
- Custom.Transport.Read.DataType(System.String type)
- Custom.Transport.Read.Headers(System.Object headers)
- Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Custom.Transport.Read.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Read.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Custom.Transport.Read.Route(System.String, System.Object routeName)
- Custom.Transport.Read.Route(System.String routeName)
- Custom.Transport.Read.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Custom.Transport.Read.Url(System.String url)
- Custom.Transport.Read(System.Object settings)
- Custom.Transport.Read(System.String handler)
- Xmla()
- Xmla.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Xmla.Columns.Add(System.String name)
- Xmla.Columns.Add.Expand(Boolean isExpanded)
- Xmla.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Xmla.Events.Change(System.String handler)
- Xmla.Events.Change(System.Func<System.Object,System.Object> handler)
- Xmla.Events.Error(System.String handler)
- Xmla.Events.Error(System.Func<System.Object,System.Object> handler)
- Xmla.Events.Push(System.String handler)
- Xmla.Events.Push(System.Func<System.Object,System.Object> handler)
- Xmla.Events.RequestEnd(System.String handler)
- Xmla.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Xmla.Events.RequestStart(System.String handler)
- Xmla.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Xmla.Events.Sync(System.String handler)
- Xmla.Events.Sync(System.Func<System.Object,System.Object> handler)
- Xmla.Filter(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceFilterDescriptorFactory> configurator)
- Xmla.Filter.Add(System.String field)
- Xmla.Filter.Add.Contains(System.String value)
- Xmla.Filter.Add.DoesNotContain(System.String value)
- Xmla.Filter.Add.EndsWith(System.String value)
- Xmla.Filter.Add.In(System.String value)
- Xmla.Filter.Add.IsEqualTo(System.String value)
- Xmla.Filter.Add.IsNotEqualTo(System.String value)
- Xmla.Filter.Add.StartsWith(System.String value)
- Xmla.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Xmla.Measures.Add()
- Xmla.Measures.Add.Name(System.String name)
- Xmla.Measures.Add.Type(System.String type)
- Xmla.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Xmla.Measures.Values(System.String<> values)
- Xmla.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Xmla.Measures.Values.Add()
- Xmla.Measures.Values.Add.Name(System.String name)
- Xmla.Measures.Values.Add.Type(System.String type)
- Xmla.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Xmla.Rows.Add(System.String name)
- Xmla.Rows.Add.Expand(Boolean isExpanded)
- Xmla.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<System.Object>> configurator)
- Xmla.Sort.Add(System.Linq.Expressions.Expression<System.Func<System.Object,TValue>> expression)
- Xmla.Sort.Add.Ascending()
- Xmla.Sort.Add.Descending()
- Xmla.Sort.Add.Order(Kendo.Mvc.ListSortDirection direction)
- Xmla.Sort.Add(System.String fieldName)
- Xmla.Sort.Add(System.String memberName)
- Xmla.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportBuilder> configurator)
- Xmla.Transport.Connection(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportConnectionBuilder> configurator)
- Xmla.Transport.Connection.Catalog(System.String catalog)
- Xmla.Transport.Connection.Cube(System.String cube)
- Xmla.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Xmla.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Xmla.Transport.Discover.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Xmla.Transport.Discover.Action(System.String, System.String actionName)
- Xmla.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Xmla.Transport.Discover.Cache(Boolean isEnabled)
- Xmla.Transport.Discover.ContentType(System.String type)
- Xmla.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Xmla.Transport.Discover.Data(System.String handler)
- Xmla.Transport.Discover.DataType(System.String type)
- Xmla.Transport.Discover.Headers(System.Object headers)
- Xmla.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Xmla.Transport.Discover.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Xmla.Transport.Discover.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Xmla.Transport.Discover.Route(System.String, System.Object routeName)
- Xmla.Transport.Discover.Route(System.String routeName)
- Xmla.Transport.Discover.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Xmla.Transport.Discover.Url(System.String url)
- Xmla.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Xmla.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Xmla.Transport.Read.Action(System.String, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary actionName)
- Xmla.Transport.Read.Action(System.String, System.String actionName)
- Xmla.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Xmla.Transport.Read.Cache(Boolean isEnabled)
- Xmla.Transport.Read.ContentType(System.String type)
- Xmla.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Xmla.Transport.Read.Data(System.String handler)
- Xmla.Transport.Read.DataType(System.String type)
- Xmla.Transport.Read.Headers(System.Object headers)
- Xmla.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Xmla.Transport.Read.Route(Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues)
- Xmla.Transport.Read.Route(System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary routeName)
- Xmla.Transport.Read.Route(System.String, System.Object routeName)
- Xmla.Transport.Read.Route(System.String routeName)
- Xmla.Transport.Read.Type(Kendo.Mvc.UI.HttpVerbs verb)
- Xmla.Transport.Read.Url(System.String url)
- Xmla.Transport.Read(System.String url)
Not finding the help you need?