- Ajax(System.Action<Kendo.Mvc.UI.Fluent.AjaxDataSourceBuilder<T>> configurator)
- Ajax.AccentFoldingFiltering(System.String culture)
- Ajax.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Ajax.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Aggregates.Add.Average()
- Ajax.Aggregates.Add.Count()
- Ajax.Aggregates.Add.Max()
- Ajax.Aggregates.Add.Min()
- Ajax.Aggregates.Add.Sum()
- Ajax.Aggregates.Add(System.String, System.Type memberName)
- Ajax.AutoSync(Boolean enabled)
- Ajax.Batch(Boolean enabled)
- Ajax.CaseSensitiveFiltering()
- Ajax.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Create.Action(System.String, System.String, System.Object actionName)
- Ajax.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Ajax.Create.Action(System.String, System.String actionName)
- Ajax.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Create.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Create.Data(System.String handler)
- Ajax.Create.Headers(System.Object headers)
- Ajax.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Ajax.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Ajax.Create.Route(System.String, System.Object routeName)
- Ajax.Create.Route(System.String routeName)
- Ajax.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Ajax.Create.Url(System.String url)
- Ajax.Create(System.String, System.String actionName)
- Ajax.Create(System.String, System.String, System.Object actionName)
- Ajax.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Destroy.Action(System.String, System.String, System.Object actionName)
- Ajax.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Ajax.Destroy.Action(System.String, System.String actionName)
- Ajax.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Destroy.Data(System.String handler)
- Ajax.Destroy.Headers(System.Object headers)
- Ajax.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Ajax.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Ajax.Destroy.Route(System.String, System.Object routeName)
- Ajax.Destroy.Route(System.String routeName)
- Ajax.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Ajax.Destroy.Url(System.String url)
- Ajax.Destroy(System.String, System.String actionName)
- Ajax.Destroy(System.String, System.String, System.Object actionName)
- 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.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Ajax.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Group.Add(System.String memberName)
- Ajax.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Ajax.Group.Add(System.String, System.Type memberName)
- Ajax.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Ajax.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Group.AddDescending(System.String memberName)
- Ajax.Group.AddDescending(System.String, System.Type memberName)
- Ajax.GroupPaging(Boolean enabled)
- Ajax.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- Ajax.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.Model.Field.DefaultValue(T value)
- Ajax.Model.Field.DefaultValue(System.Object value)
- Ajax.Model.Field.Editable()
- Ajax.Model.Field.Editable(Boolean enabled)
- Ajax.Model.Field(System.String, System.Type memberName)
- Ajax.Model.Field(System.String memberName)
- Ajax.Model.Id(System.String fieldName)
- Ajax.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Ajax.OfflineStorage(System.String key)
- Ajax.OfflineStorage(System.String, System.String getItem)
- Ajax.PageSize(Int32 pageSize)
- Ajax.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Read.Action(System.String, System.String, System.Object actionName)
- Ajax.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Ajax.Read.Action(System.String, System.String actionName)
- Ajax.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Read.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Read.Data(System.String handler)
- Ajax.Read.Headers(System.Object headers)
- Ajax.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Ajax.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Ajax.Read.Route(System.String, System.Object routeName)
- Ajax.Read.Route(System.String routeName)
- Ajax.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Ajax.Read.Url(System.String url)
- Ajax.Read(System.String, System.String, System.Object actionName)
- Ajax.Read(System.String, System.String actionName)
- Ajax.ServerOperation(Boolean enabled)
- 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(System.ComponentModel.ListSortDirection direction)
- Ajax.Sort.Add(System.String fieldName)
- Ajax.Sort.Add(System.String memberName)
- Ajax.StringifyDates(Boolean enabled)
- Ajax.Total(Int32 total)
- Ajax.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Ajax.Update.Action(System.String, System.String, System.Object actionName)
- Ajax.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Ajax.Update.Action(System.String, System.String actionName)
- Ajax.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Ajax.Update.Data(System.Func<System.Object,System.Object> handler)
- Ajax.Update.Data(System.String handler)
- Ajax.Update.Headers(System.Object headers)
- Ajax.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Ajax.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Ajax.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Ajax.Update.Route(System.String, System.Object routeName)
- Ajax.Update.Route(System.String routeName)
- Ajax.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Ajax.Update.Url(System.String url)
- Ajax.Update(System.String, System.String actionName)
- Ajax.Update(System.String, System.String, System.Object actionName)
- AsChildComponent()
- Custom(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceBuilder<T>> configurator)
- Custom.AccentFoldingFiltering(System.String culture)
- Custom.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Custom.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Aggregates.Add.Average()
- Custom.Aggregates.Add.Count()
- Custom.Aggregates.Add.Max()
- Custom.Aggregates.Add.Min()
- Custom.Aggregates.Add.Sum()
- Custom.Aggregates.Add(System.String, System.Type memberName)
- Custom.AutoSync(Boolean enabled)
- Custom.Batch(Boolean enabled)
- 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<TModel>> configurator)
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,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<TModel,System.Nullable<System.Boolean>>> expression)
- Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,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<TModel,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.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Custom.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Group.Add(System.String memberName)
- Custom.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Custom.Group.Add(System.String, System.Type memberName)
- Custom.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Custom.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Group.AddDescending(System.String memberName)
- Custom.Group.AddDescending(System.String, System.Type memberName)
- Custom.GroupPaging(Boolean enabled)
- Custom.Page(Int32 page)
- Custom.PageSize(Int32 pageSize)
- Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- Custom.Schema.Aggregates(System.String aggregates)
- Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Data(System.String data)
- Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Errors(System.String errors)
- Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Groups(System.String groups)
- Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Custom.Schema.Model.ClearFields()
- Custom.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Schema.Model.Field.DefaultValue(T value)
- Custom.Schema.Model.Field.DefaultValue(System.Object value)
- Custom.Schema.Model.Field.Editable()
- Custom.Schema.Model.Field.Editable(Boolean enabled)
- Custom.Schema.Model.Field.From(System.String fromField)
- Custom.Schema.Model.Field.Parse(System.String handler)
- Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Model.Field(System.String, System.Type memberName)
- Custom.Schema.Model.Field(System.String memberName)
- Custom.Schema.Model.Id(System.String fieldName)
- Custom.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Schema.Model(System.Object settings)
- Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Total(System.String total)
- Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- Custom.Schema.Type(System.String type)
- Custom.ServerAggregates(Boolean enabled)
- Custom.ServerFiltering(Boolean enabled)
- Custom.ServerGrouping(Boolean enabled)
- Custom.ServerPaging(Boolean enabled)
- Custom.ServerSorting(Boolean enabled)
- Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Custom.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Custom.Sort.Add.Ascending()
- Custom.Sort.Add.Descending()
- Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Custom.Sort.Add(System.String fieldName)
- Custom.Sort.Add(System.String memberName)
- Custom.Total(Int32 total)
- Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder> configurator)
- Custom.Transport.Batch(System.Object settings)
- Custom.Transport.Cache(Boolean cache)
- Custom.Transport.Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Custom.Transport.Create.Action(System.String, System.String, System.Object actionName)
- Custom.Transport.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Custom.Transport.Create.Action(System.String, System.String actionName)
- Custom.Transport.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Custom.Transport.Create.Cache(Boolean isEnabled)
- Custom.Transport.Create.ContentType(System.String type)
- Custom.Transport.Create.Data(System.Func<System.Object,System.Object> handler)
- Custom.Transport.Create.Data(System.String handler)
- Custom.Transport.Create.DataType(System.String type)
- Custom.Transport.Create.Headers(System.Object headers)
- Custom.Transport.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Custom.Transport.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Custom.Transport.Create.Route(System.String, System.Object routeName)
- Custom.Transport.Create.Route(System.String routeName)
- Custom.Transport.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Custom.Transport.Create.Url(System.String url)
- Custom.Transport.Create(System.String, System.String actionName)
- Custom.Transport.Create(System.String, System.String, System.Object actionName)
- Custom.Transport.Create(System.Object settings)
- Custom.Transport.Create(System.String handler)
- Custom.Transport.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Custom.Transport.Destroy.Action(System.String, System.String, System.Object actionName)
- Custom.Transport.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Custom.Transport.Destroy.Action(System.String, System.String actionName)
- Custom.Transport.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Custom.Transport.Destroy.Cache(Boolean isEnabled)
- Custom.Transport.Destroy.ContentType(System.String type)
- Custom.Transport.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Custom.Transport.Destroy.Data(System.String handler)
- Custom.Transport.Destroy.DataType(System.String type)
- Custom.Transport.Destroy.Headers(System.Object headers)
- Custom.Transport.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Custom.Transport.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Custom.Transport.Destroy.Route(System.String, System.Object routeName)
- Custom.Transport.Destroy.Route(System.String routeName)
- Custom.Transport.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Custom.Transport.Destroy.Url(System.String url)
- Custom.Transport.Destroy(System.String, System.String actionName)
- Custom.Transport.Destroy(System.String, System.String, System.Object actionName)
- Custom.Transport.Destroy(System.Object settings)
- Custom.Transport.Destroy(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, System.Web.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(System.Web.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Custom.Transport.Read.Route(System.String, System.Object routeName)
- Custom.Transport.Read.Route(System.String routeName)
- Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Custom.Transport.Read.Url(System.String url)
- Custom.Transport.Read(System.String, System.String, System.Object actionName)
- Custom.Transport.Read(System.String, System.String actionName)
- Custom.Transport.Read(System.Object settings)
- Custom.Transport.Read(System.String handler)
- Custom.Transport.Submit(System.String handler)
- Custom.Transport.Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Custom.Transport.Update.Action(System.String, System.String, System.Object actionName)
- Custom.Transport.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Custom.Transport.Update.Action(System.String, System.String actionName)
- Custom.Transport.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Custom.Transport.Update.Cache(Boolean isEnabled)
- Custom.Transport.Update.ContentType(System.String type)
- Custom.Transport.Update.Data(System.Func<System.Object,System.Object> handler)
- Custom.Transport.Update.Data(System.String handler)
- Custom.Transport.Update.DataType(System.String type)
- Custom.Transport.Update.Headers(System.Object headers)
- Custom.Transport.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Custom.Transport.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Custom.Transport.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Custom.Transport.Update.Route(System.String, System.Object routeName)
- Custom.Transport.Update.Route(System.String routeName)
- Custom.Transport.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Custom.Transport.Update.Url(System.String url)
- Custom.Transport.Update(System.String, System.String actionName)
- Custom.Transport.Update(System.String, System.String, System.Object actionName)
- Custom.Transport.Update(System.Object settings)
- Custom.Transport.Update(System.String handler)
- Custom.Transport(System.Object settings)
- Custom.Type(System.String type)
- Deferred(Boolean deferred)
- Gantt(System.Action<Kendo.Mvc.UI.Fluent.GanttDataSourceBuilder<T>> configurator)
- Gantt.AccentFoldingFiltering(System.String culture)
- Gantt.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Gantt.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Aggregates.Add.Average()
- Gantt.Aggregates.Add.Count()
- Gantt.Aggregates.Add.Max()
- Gantt.Aggregates.Add.Min()
- Gantt.Aggregates.Add.Sum()
- Gantt.Aggregates.Add(System.String, System.Type memberName)
- Gantt.AutoSync(Boolean enabled)
- Gantt.Batch(Boolean enabled)
- Gantt.CaseSensitiveFiltering()
- Gantt.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.Create.Action(System.String, System.String, System.Object actionName)
- Gantt.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Create.Action(System.String, System.String actionName)
- Gantt.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Create.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Create.Data(System.String handler)
- Gantt.Create.Headers(System.Object headers)
- Gantt.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Create.Route(System.String, System.Object routeName)
- Gantt.Create.Route(System.String routeName)
- Gantt.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Create.Url(System.String url)
- Gantt.Create(System.String, System.String actionName)
- Gantt.Create(System.String, System.String, System.Object actionName)
- Gantt.Custom()
- Gantt.Custom.AccentFoldingFiltering(System.String culture)
- Gantt.Custom.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Gantt.Custom.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Aggregates.Add.Average()
- Gantt.Custom.Aggregates.Add.Count()
- Gantt.Custom.Aggregates.Add.Max()
- Gantt.Custom.Aggregates.Add.Min()
- Gantt.Custom.Aggregates.Add.Sum()
- Gantt.Custom.Aggregates.Add(System.String, System.Type memberName)
- Gantt.Custom.AutoSync(Boolean enabled)
- Gantt.Custom.Batch(Boolean enabled)
- Gantt.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Gantt.Custom.Events.Change(System.String handler)
- Gantt.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Events.Error(System.String handler)
- Gantt.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Events.Push(System.String handler)
- Gantt.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Events.RequestEnd(System.String handler)
- Gantt.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Events.RequestStart(System.String handler)
- Gantt.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Events.Sync(System.String handler)
- Gantt.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Gantt.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Gantt.Custom.Filter.Add.IsEqualTo(TValue value)
- Gantt.Custom.Filter.Add.IsNotEqualTo(TValue value)
- Gantt.Custom.Filter.Add.IsNotNull()
- Gantt.Custom.Filter.Add.IsNull()
- Gantt.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Gantt.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Filter.Add.IsGreaterThan(TValue value)
- Gantt.Custom.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Gantt.Custom.Filter.Add.IsLessThan(TValue value)
- Gantt.Custom.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Gantt.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Gantt.Custom.Filter.Add.Contains(System.String value)
- Gantt.Custom.Filter.Add.DoesNotContain(System.String value)
- Gantt.Custom.Filter.Add.EndsWith(System.String value)
- Gantt.Custom.Filter.Add.IsEmpty()
- Gantt.Custom.Filter.Add.IsEqualTo(System.String value)
- Gantt.Custom.Filter.Add.IsNotEmpty()
- Gantt.Custom.Filter.Add.IsNotEqualTo(System.String value)
- Gantt.Custom.Filter.Add.StartsWith(System.String value)
- Gantt.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Gantt.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Gantt.Custom.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Gantt.Custom.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Group.Add(System.String memberName)
- Gantt.Custom.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.Custom.Group.Add(System.String, System.Type memberName)
- Gantt.Custom.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.Custom.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Group.AddDescending(System.String memberName)
- Gantt.Custom.Group.AddDescending(System.String, System.Type memberName)
- Gantt.Custom.GroupPaging(Boolean enabled)
- Gantt.Custom.Page(Int32 page)
- Gantt.Custom.PageSize(Int32 pageSize)
- Gantt.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- Gantt.Custom.Schema.Aggregates(System.String aggregates)
- Gantt.Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Data(System.String data)
- Gantt.Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Errors(System.String errors)
- Gantt.Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Groups(System.String groups)
- Gantt.Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Gantt.Custom.Schema.Model.ClearFields()
- Gantt.Custom.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Schema.Model.Field.DefaultValue(T value)
- Gantt.Custom.Schema.Model.Field.DefaultValue(System.Object value)
- Gantt.Custom.Schema.Model.Field.Editable()
- Gantt.Custom.Schema.Model.Field.Editable(Boolean enabled)
- Gantt.Custom.Schema.Model.Field.From(System.String fromField)
- Gantt.Custom.Schema.Model.Field.Parse(System.String handler)
- Gantt.Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Model.Field(System.String, System.Type memberName)
- Gantt.Custom.Schema.Model.Field(System.String memberName)
- Gantt.Custom.Schema.Model.Id(System.String fieldName)
- Gantt.Custom.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Schema.Model(System.Object settings)
- Gantt.Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Total(System.String total)
- Gantt.Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Schema.Type(System.String type)
- Gantt.Custom.ServerAggregates(Boolean enabled)
- Gantt.Custom.ServerFiltering(Boolean enabled)
- Gantt.Custom.ServerGrouping(Boolean enabled)
- Gantt.Custom.ServerPaging(Boolean enabled)
- Gantt.Custom.ServerSorting(Boolean enabled)
- Gantt.Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Gantt.Custom.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Custom.Sort.Add.Ascending()
- Gantt.Custom.Sort.Add.Descending()
- Gantt.Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Gantt.Custom.Sort.Add(System.String fieldName)
- Gantt.Custom.Sort.Add(System.String memberName)
- Gantt.Custom.Total(Int32 total)
- Gantt.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder> configurator)
- Gantt.Custom.Transport.Batch(System.Object settings)
- Gantt.Custom.Transport.Cache(Boolean cache)
- Gantt.Custom.Transport.Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Gantt.Custom.Transport.Create.Action(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Custom.Transport.Create.Action(System.String, System.String actionName)
- Gantt.Custom.Transport.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Custom.Transport.Create.Cache(Boolean isEnabled)
- Gantt.Custom.Transport.Create.ContentType(System.String type)
- Gantt.Custom.Transport.Create.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Transport.Create.Data(System.String handler)
- Gantt.Custom.Transport.Create.DataType(System.String type)
- Gantt.Custom.Transport.Create.Headers(System.Object headers)
- Gantt.Custom.Transport.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Custom.Transport.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Custom.Transport.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Custom.Transport.Create.Route(System.String, System.Object routeName)
- Gantt.Custom.Transport.Create.Route(System.String routeName)
- Gantt.Custom.Transport.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Custom.Transport.Create.Url(System.String url)
- Gantt.Custom.Transport.Create(System.String, System.String actionName)
- Gantt.Custom.Transport.Create(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Create(System.Object settings)
- Gantt.Custom.Transport.Create(System.String handler)
- Gantt.Custom.Transport.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Gantt.Custom.Transport.Destroy.Action(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Custom.Transport.Destroy.Action(System.String, System.String actionName)
- Gantt.Custom.Transport.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Custom.Transport.Destroy.Cache(Boolean isEnabled)
- Gantt.Custom.Transport.Destroy.ContentType(System.String type)
- Gantt.Custom.Transport.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Transport.Destroy.Data(System.String handler)
- Gantt.Custom.Transport.Destroy.DataType(System.String type)
- Gantt.Custom.Transport.Destroy.Headers(System.Object headers)
- Gantt.Custom.Transport.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Custom.Transport.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Custom.Transport.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Custom.Transport.Destroy.Route(System.String, System.Object routeName)
- Gantt.Custom.Transport.Destroy.Route(System.String routeName)
- Gantt.Custom.Transport.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Custom.Transport.Destroy.Url(System.String url)
- Gantt.Custom.Transport.Destroy(System.String, System.String actionName)
- Gantt.Custom.Transport.Destroy(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Destroy(System.Object settings)
- Gantt.Custom.Transport.Destroy(System.String handler)
- Gantt.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Transport.ParameterMap(System.String handler)
- Gantt.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Gantt.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Custom.Transport.Read.Action(System.String, System.String actionName)
- Gantt.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Custom.Transport.Read.Cache(Boolean isEnabled)
- Gantt.Custom.Transport.Read.ContentType(System.String type)
- Gantt.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Transport.Read.Data(System.String handler)
- Gantt.Custom.Transport.Read.DataType(System.String type)
- Gantt.Custom.Transport.Read.Headers(System.Object headers)
- Gantt.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Custom.Transport.Read.Route(System.String, System.Object routeName)
- Gantt.Custom.Transport.Read.Route(System.String routeName)
- Gantt.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Custom.Transport.Read.Url(System.String url)
- Gantt.Custom.Transport.Read(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Read(System.String, System.String actionName)
- Gantt.Custom.Transport.Read(System.Object settings)
- Gantt.Custom.Transport.Read(System.String handler)
- Gantt.Custom.Transport.Submit(System.String handler)
- Gantt.Custom.Transport.Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Gantt.Custom.Transport.Update.Action(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Custom.Transport.Update.Action(System.String, System.String actionName)
- Gantt.Custom.Transport.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Custom.Transport.Update.Cache(Boolean isEnabled)
- Gantt.Custom.Transport.Update.ContentType(System.String type)
- Gantt.Custom.Transport.Update.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Custom.Transport.Update.Data(System.String handler)
- Gantt.Custom.Transport.Update.DataType(System.String type)
- Gantt.Custom.Transport.Update.Headers(System.Object headers)
- Gantt.Custom.Transport.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Custom.Transport.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Custom.Transport.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Custom.Transport.Update.Route(System.String, System.Object routeName)
- Gantt.Custom.Transport.Update.Route(System.String routeName)
- Gantt.Custom.Transport.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Custom.Transport.Update.Url(System.String url)
- Gantt.Custom.Transport.Update(System.String, System.String actionName)
- Gantt.Custom.Transport.Update(System.String, System.String, System.Object actionName)
- Gantt.Custom.Transport.Update(System.Object settings)
- Gantt.Custom.Transport.Update(System.String handler)
- Gantt.Custom.Transport(System.Object settings)
- Gantt.Custom.Type(System.String type)
- Gantt.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.Destroy.Action(System.String, System.String, System.Object actionName)
- Gantt.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Destroy.Action(System.String, System.String actionName)
- Gantt.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Destroy.Data(System.String handler)
- Gantt.Destroy.Headers(System.Object headers)
- Gantt.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Destroy.Route(System.String, System.Object routeName)
- Gantt.Destroy.Route(System.String routeName)
- Gantt.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Destroy.Url(System.String url)
- Gantt.Destroy(System.String, System.String actionName)
- Gantt.Destroy(System.String, System.String, System.Object actionName)
- Gantt.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Gantt.Events.Change(System.String handler)
- Gantt.Events.Change(System.Func<System.Object,System.Object> handler)
- Gantt.Events.Error(System.String handler)
- Gantt.Events.Error(System.Func<System.Object,System.Object> handler)
- Gantt.Events.Push(System.String handler)
- Gantt.Events.Push(System.Func<System.Object,System.Object> handler)
- Gantt.Events.RequestEnd(System.String handler)
- Gantt.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Gantt.Events.RequestStart(System.String handler)
- Gantt.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Gantt.Events.Sync(System.String handler)
- Gantt.Events.Sync(System.Func<System.Object,System.Object> handler)
- Gantt.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Gantt.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Gantt.Filter.Add.IsEqualTo(TValue value)
- Gantt.Filter.Add.IsNotEqualTo(TValue value)
- Gantt.Filter.Add.IsNotNull()
- Gantt.Filter.Add.IsNull()
- Gantt.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Gantt.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Filter.Add.IsGreaterThan(TValue value)
- Gantt.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Gantt.Filter.Add.IsLessThan(TValue value)
- Gantt.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Gantt.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Gantt.Filter.Add.Contains(System.String value)
- Gantt.Filter.Add.DoesNotContain(System.String value)
- Gantt.Filter.Add.EndsWith(System.String value)
- Gantt.Filter.Add.IsEmpty()
- Gantt.Filter.Add.IsEqualTo(System.String value)
- Gantt.Filter.Add.IsNotEmpty()
- Gantt.Filter.Add.IsNotEqualTo(System.String value)
- Gantt.Filter.Add.StartsWith(System.String value)
- Gantt.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Gantt.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Gantt.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Gantt.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Group.Add(System.String memberName)
- Gantt.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.Group.Add(System.String, System.Type memberName)
- Gantt.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Group.AddDescending(System.String memberName)
- Gantt.Group.AddDescending(System.String, System.Type memberName)
- Gantt.GroupPaging(Boolean enabled)
- Gantt.Model(System.Action<Kendo.Mvc.UI.Fluent.GanttModelDescriptorFactory<TModel>> configurator)
- Gantt.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Model.Field.DefaultValue(T value)
- Gantt.Model.Field.DefaultValue(System.Object value)
- Gantt.Model.Field.Editable()
- Gantt.Model.Field.Editable(Boolean enabled)
- Gantt.Model.Field(System.String, System.Type memberName)
- Gantt.Model.Field(System.String memberName)
- Gantt.Model.Id(System.String fieldName)
- Gantt.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Model.OrderId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Model.OrderId(System.String fieldName)
- Gantt.Model.ParentId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Model.ParentId(System.String fieldName)
- Gantt.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- Gantt.OfflineStorage(System.String key)
- Gantt.OfflineStorage(System.String, System.String getItem)
- Gantt.PageSize(Int32 pageSize)
- Gantt.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.Read.Action(System.String, System.String, System.Object actionName)
- Gantt.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Read.Action(System.String, System.String actionName)
- Gantt.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Read.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Read.Data(System.String handler)
- Gantt.Read.Headers(System.Object headers)
- Gantt.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Read.Route(System.String, System.Object routeName)
- Gantt.Read.Route(System.String routeName)
- Gantt.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Read.Url(System.String url)
- Gantt.Read(System.String, System.String, System.Object actionName)
- Gantt.Read(System.String, System.String actionName)
- Gantt.ServerOperation(Boolean enabled)
- Gantt.SignalR()
- Gantt.SignalR.AccentFoldingFiltering(System.String culture)
- Gantt.SignalR.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Gantt.SignalR.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Aggregates.Add.Average()
- Gantt.SignalR.Aggregates.Add.Count()
- Gantt.SignalR.Aggregates.Add.Max()
- Gantt.SignalR.Aggregates.Add.Min()
- Gantt.SignalR.Aggregates.Add.Sum()
- Gantt.SignalR.Aggregates.Add(System.String, System.Type memberName)
- Gantt.SignalR.AutoSync(Boolean enabled)
- Gantt.SignalR.Batch(Boolean enabled)
- Gantt.SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Gantt.SignalR.Events.Change(System.String handler)
- Gantt.SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Events.Error(System.String handler)
- Gantt.SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Events.Push(System.String handler)
- Gantt.SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Events.RequestEnd(System.String handler)
- Gantt.SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Events.RequestStart(System.String handler)
- Gantt.SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Events.Sync(System.String handler)
- Gantt.SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Gantt.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Gantt.SignalR.Filter.Add.IsEqualTo(TValue value)
- Gantt.SignalR.Filter.Add.IsNotEqualTo(TValue value)
- Gantt.SignalR.Filter.Add.IsNotNull()
- Gantt.SignalR.Filter.Add.IsNull()
- Gantt.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Gantt.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Filter.Add.IsGreaterThan(TValue value)
- Gantt.SignalR.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Gantt.SignalR.Filter.Add.IsLessThan(TValue value)
- Gantt.SignalR.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Gantt.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Gantt.SignalR.Filter.Add.Contains(System.String value)
- Gantt.SignalR.Filter.Add.DoesNotContain(System.String value)
- Gantt.SignalR.Filter.Add.EndsWith(System.String value)
- Gantt.SignalR.Filter.Add.IsEmpty()
- Gantt.SignalR.Filter.Add.IsEqualTo(System.String value)
- Gantt.SignalR.Filter.Add.IsNotEmpty()
- Gantt.SignalR.Filter.Add.IsNotEqualTo(System.String value)
- Gantt.SignalR.Filter.Add.StartsWith(System.String value)
- Gantt.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Gantt.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Gantt.SignalR.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Gantt.SignalR.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Group.Add(System.String memberName)
- Gantt.SignalR.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.SignalR.Group.Add(System.String, System.Type memberName)
- Gantt.SignalR.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.SignalR.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Group.AddDescending(System.String memberName)
- Gantt.SignalR.Group.AddDescending(System.String, System.Type memberName)
- Gantt.SignalR.Page(Int32 page)
- Gantt.SignalR.PageSize(Int32 pageSize)
- Gantt.SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- Gantt.SignalR.Schema.Aggregates(System.String aggregates)
- Gantt.SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Data(System.String data)
- Gantt.SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Errors(System.String errors)
- Gantt.SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Groups(System.String groups)
- Gantt.SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Gantt.SignalR.Schema.Model.ClearFields()
- Gantt.SignalR.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Schema.Model.Field.DefaultValue(T value)
- Gantt.SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- Gantt.SignalR.Schema.Model.Field.Editable()
- Gantt.SignalR.Schema.Model.Field.Editable(Boolean enabled)
- Gantt.SignalR.Schema.Model.Field.From(System.String fromField)
- Gantt.SignalR.Schema.Model.Field.Parse(System.String handler)
- Gantt.SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Model.Field(System.String, System.Type memberName)
- Gantt.SignalR.Schema.Model.Field(System.String memberName)
- Gantt.SignalR.Schema.Model.Id(System.String fieldName)
- Gantt.SignalR.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Schema.Model(System.Object settings)
- Gantt.SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Total(System.String total)
- Gantt.SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Schema.Type(System.String type)
- Gantt.SignalR.ServerAggregates(Boolean enabled)
- Gantt.SignalR.ServerFiltering(Boolean enabled)
- Gantt.SignalR.ServerGrouping(Boolean enabled)
- Gantt.SignalR.ServerPaging(Boolean enabled)
- Gantt.SignalR.ServerSorting(Boolean enabled)
- Gantt.SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Gantt.SignalR.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.SignalR.Sort.Add.Ascending()
- Gantt.SignalR.Sort.Add.Descending()
- Gantt.SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Gantt.SignalR.Sort.Add(System.String fieldName)
- Gantt.SignalR.Sort.Add(System.String memberName)
- Gantt.SignalR.Total(Int32 total)
- Gantt.SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- Gantt.SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Gantt.SignalR.Transport.Client.Create(System.String method)
- Gantt.SignalR.Transport.Client.Destroy(System.String method)
- Gantt.SignalR.Transport.Client.Read(System.String method)
- Gantt.SignalR.Transport.Client.Update(System.String method)
- Gantt.SignalR.Transport.Client(System.Object settings)
- Gantt.SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Transport.Hub(System.String handler)
- Gantt.SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Transport.ParameterMap(System.String handler)
- Gantt.SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- Gantt.SignalR.Transport.Promise(System.String handler)
- Gantt.SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Gantt.SignalR.Transport.Server.Create(System.String method)
- Gantt.SignalR.Transport.Server.Destroy(System.String method)
- Gantt.SignalR.Transport.Server.Read(System.String method)
- Gantt.SignalR.Transport.Server.Update(System.String method)
- Gantt.SignalR.Transport.Server(System.Object settings)
- Gantt.SignalR.Transport(System.Object settings)
- Gantt.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Gantt.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.Sort.Add.Ascending()
- Gantt.Sort.Add.Descending()
- Gantt.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Gantt.Sort.Add(System.String fieldName)
- Gantt.Sort.Add(System.String memberName)
- Gantt.Total(Int32 total)
- Gantt.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.Update.Action(System.String, System.String, System.Object actionName)
- Gantt.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.Update.Action(System.String, System.String actionName)
- Gantt.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.Update.Data(System.Func<System.Object,System.Object> handler)
- Gantt.Update.Data(System.String handler)
- Gantt.Update.Headers(System.Object headers)
- Gantt.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.Update.Route(System.String, System.Object routeName)
- Gantt.Update.Route(System.String routeName)
- Gantt.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.Update.Url(System.String url)
- Gantt.Update(System.String, System.String actionName)
- Gantt.Update(System.String, System.String, System.Object actionName)
- Gantt.WebApi()
- Gantt.WebApi.AccentFoldingFiltering(System.String culture)
- Gantt.WebApi.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Gantt.WebApi.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Aggregates.Add.Average()
- Gantt.WebApi.Aggregates.Add.Count()
- Gantt.WebApi.Aggregates.Add.Max()
- Gantt.WebApi.Aggregates.Add.Min()
- Gantt.WebApi.Aggregates.Add.Sum()
- Gantt.WebApi.Aggregates.Add(System.String, System.Type memberName)
- Gantt.WebApi.AutoSync(Boolean enabled)
- Gantt.WebApi.CaseSensitiveFiltering()
- Gantt.WebApi.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.WebApi.Create.Action(System.String, System.String, System.Object actionName)
- Gantt.WebApi.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.WebApi.Create.Action(System.String, System.String actionName)
- Gantt.WebApi.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.WebApi.Create.Data(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Create.Data(System.String handler)
- Gantt.WebApi.Create.Headers(System.Object headers)
- Gantt.WebApi.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.WebApi.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.WebApi.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.WebApi.Create.Route(System.String, System.Object routeName)
- Gantt.WebApi.Create.Route(System.String routeName)
- Gantt.WebApi.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.WebApi.Create.Url(System.String url)
- Gantt.WebApi.Create(System.String url)
- Gantt.WebApi.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.WebApi.Destroy.Action(System.String, System.String, System.Object actionName)
- Gantt.WebApi.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.WebApi.Destroy.Action(System.String, System.String actionName)
- Gantt.WebApi.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.WebApi.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Destroy.Data(System.String handler)
- Gantt.WebApi.Destroy.Headers(System.Object headers)
- Gantt.WebApi.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.WebApi.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.WebApi.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.WebApi.Destroy.Route(System.String, System.Object routeName)
- Gantt.WebApi.Destroy.Route(System.String routeName)
- Gantt.WebApi.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.WebApi.Destroy.Url(System.String url)
- Gantt.WebApi.Destroy(System.String url)
- Gantt.WebApi.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Gantt.WebApi.Events.Change(System.String handler)
- Gantt.WebApi.Events.Change(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Events.Error(System.String handler)
- Gantt.WebApi.Events.Error(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Events.Push(System.String handler)
- Gantt.WebApi.Events.Push(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Events.RequestEnd(System.String handler)
- Gantt.WebApi.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Events.RequestStart(System.String handler)
- Gantt.WebApi.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Events.Sync(System.String handler)
- Gantt.WebApi.Events.Sync(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Gantt.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Gantt.WebApi.Filter.Add.IsEqualTo(TValue value)
- Gantt.WebApi.Filter.Add.IsNotEqualTo(TValue value)
- Gantt.WebApi.Filter.Add.IsNotNull()
- Gantt.WebApi.Filter.Add.IsNull()
- Gantt.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Gantt.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Filter.Add.IsGreaterThan(TValue value)
- Gantt.WebApi.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Gantt.WebApi.Filter.Add.IsLessThan(TValue value)
- Gantt.WebApi.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Gantt.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Gantt.WebApi.Filter.Add.Contains(System.String value)
- Gantt.WebApi.Filter.Add.DoesNotContain(System.String value)
- Gantt.WebApi.Filter.Add.EndsWith(System.String value)
- Gantt.WebApi.Filter.Add.IsEmpty()
- Gantt.WebApi.Filter.Add.IsEqualTo(System.String value)
- Gantt.WebApi.Filter.Add.IsNotEmpty()
- Gantt.WebApi.Filter.Add.IsNotEqualTo(System.String value)
- Gantt.WebApi.Filter.Add.StartsWith(System.String value)
- Gantt.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Gantt.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Gantt.WebApi.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Gantt.WebApi.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Group.Add(System.String memberName)
- Gantt.WebApi.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.WebApi.Group.Add(System.String, System.Type memberName)
- Gantt.WebApi.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Gantt.WebApi.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Group.AddDescending(System.String memberName)
- Gantt.WebApi.Group.AddDescending(System.String, System.Type memberName)
- Gantt.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSchedulerModelDescriptorFactory<TModel>> configurator)
- Gantt.WebApi.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Model.Field.DefaultValue(T value)
- Gantt.WebApi.Model.Field.DefaultValue(System.Object value)
- Gantt.WebApi.Model.Field.Editable()
- Gantt.WebApi.Model.Field.Editable(Boolean enabled)
- Gantt.WebApi.Model.Field(System.String, System.Type memberName)
- Gantt.WebApi.Model.Field(System.String memberName)
- Gantt.WebApi.Model.Id(System.String fieldName)
- Gantt.WebApi.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Model.RecurrenceId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Model.RecurrenceId(System.String fieldName)
- Gantt.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- Gantt.WebApi.PageSize(Int32 pageSize)
- Gantt.WebApi.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.WebApi.Read.Action(System.String, System.String, System.Object actionName)
- Gantt.WebApi.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.WebApi.Read.Action(System.String, System.String actionName)
- Gantt.WebApi.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.WebApi.Read.Data(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Read.Data(System.String handler)
- Gantt.WebApi.Read.Headers(System.Object headers)
- Gantt.WebApi.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.WebApi.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.WebApi.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.WebApi.Read.Route(System.String, System.Object routeName)
- Gantt.WebApi.Read.Route(System.String routeName)
- Gantt.WebApi.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.WebApi.Read.Url(System.String url)
- Gantt.WebApi.Read(System.String url)
- Gantt.WebApi.ServerOperation(Boolean enabled)
- Gantt.WebApi.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Gantt.WebApi.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Gantt.WebApi.Sort.Add.Ascending()
- Gantt.WebApi.Sort.Add.Descending()
- Gantt.WebApi.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Gantt.WebApi.Sort.Add(System.String fieldName)
- Gantt.WebApi.Sort.Add(System.String memberName)
- Gantt.WebApi.Total(Int32 total)
- Gantt.WebApi.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Gantt.WebApi.Update.Action(System.String, System.String, System.Object actionName)
- Gantt.WebApi.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Gantt.WebApi.Update.Action(System.String, System.String actionName)
- Gantt.WebApi.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Gantt.WebApi.Update.Data(System.Func<System.Object,System.Object> handler)
- Gantt.WebApi.Update.Data(System.String handler)
- Gantt.WebApi.Update.Headers(System.Object headers)
- Gantt.WebApi.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Gantt.WebApi.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Gantt.WebApi.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Gantt.WebApi.Update.Route(System.String, System.Object routeName)
- Gantt.WebApi.Update.Route(System.String routeName)
- Gantt.WebApi.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Gantt.WebApi.Update.Url(System.String url)
- Gantt.WebApi.Update(System.String url)
- GanttDependency(System.Action<Kendo.Mvc.UI.Fluent.GanttDependenciesDataSourceBuilder<T>> configurator)
- GanttDependency.AccentFoldingFiltering(System.String culture)
- GanttDependency.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- GanttDependency.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Aggregates.Add.Average()
- GanttDependency.Aggregates.Add.Count()
- GanttDependency.Aggregates.Add.Max()
- GanttDependency.Aggregates.Add.Min()
- GanttDependency.Aggregates.Add.Sum()
- GanttDependency.Aggregates.Add(System.String, System.Type memberName)
- GanttDependency.AutoSync(Boolean enabled)
- GanttDependency.Batch(Boolean enabled)
- GanttDependency.CaseSensitiveFiltering()
- GanttDependency.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.Create.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Create.Action(System.String, System.String actionName)
- GanttDependency.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Create.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Create.Data(System.String handler)
- GanttDependency.Create.Headers(System.Object headers)
- GanttDependency.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Create.Route(System.String, System.Object routeName)
- GanttDependency.Create.Route(System.String routeName)
- GanttDependency.Create.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Create.Url(System.String url)
- GanttDependency.Create(System.String, System.String actionName)
- GanttDependency.Create(System.String, System.String, System.Object actionName)
- GanttDependency.Custom()
- GanttDependency.Custom.AccentFoldingFiltering(System.String culture)
- GanttDependency.Custom.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- GanttDependency.Custom.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Aggregates.Add.Average()
- GanttDependency.Custom.Aggregates.Add.Count()
- GanttDependency.Custom.Aggregates.Add.Max()
- GanttDependency.Custom.Aggregates.Add.Min()
- GanttDependency.Custom.Aggregates.Add.Sum()
- GanttDependency.Custom.Aggregates.Add(System.String, System.Type memberName)
- GanttDependency.Custom.AutoSync(Boolean enabled)
- GanttDependency.Custom.Batch(Boolean enabled)
- GanttDependency.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- GanttDependency.Custom.Events.Change(System.String handler)
- GanttDependency.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Events.Error(System.String handler)
- GanttDependency.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Events.Push(System.String handler)
- GanttDependency.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Events.RequestEnd(System.String handler)
- GanttDependency.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Events.RequestStart(System.String handler)
- GanttDependency.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Events.Sync(System.String handler)
- GanttDependency.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- GanttDependency.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- GanttDependency.Custom.Filter.Add.IsEqualTo(TValue value)
- GanttDependency.Custom.Filter.Add.IsNotEqualTo(TValue value)
- GanttDependency.Custom.Filter.Add.IsNotNull()
- GanttDependency.Custom.Filter.Add.IsNull()
- GanttDependency.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- GanttDependency.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Filter.Add.IsGreaterThan(TValue value)
- GanttDependency.Custom.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- GanttDependency.Custom.Filter.Add.IsLessThan(TValue value)
- GanttDependency.Custom.Filter.Add.IsLessThanOrEqualTo(TValue value)
- GanttDependency.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- GanttDependency.Custom.Filter.Add.Contains(System.String value)
- GanttDependency.Custom.Filter.Add.DoesNotContain(System.String value)
- GanttDependency.Custom.Filter.Add.EndsWith(System.String value)
- GanttDependency.Custom.Filter.Add.IsEmpty()
- GanttDependency.Custom.Filter.Add.IsEqualTo(System.String value)
- GanttDependency.Custom.Filter.Add.IsNotEmpty()
- GanttDependency.Custom.Filter.Add.IsNotEqualTo(System.String value)
- GanttDependency.Custom.Filter.Add.StartsWith(System.String value)
- GanttDependency.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- GanttDependency.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- GanttDependency.Custom.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- GanttDependency.Custom.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Group.Add(System.String memberName)
- GanttDependency.Custom.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.Custom.Group.Add(System.String, System.Type memberName)
- GanttDependency.Custom.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.Custom.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Group.AddDescending(System.String memberName)
- GanttDependency.Custom.Group.AddDescending(System.String, System.Type memberName)
- GanttDependency.Custom.GroupPaging(Boolean enabled)
- GanttDependency.Custom.Page(Int32 page)
- GanttDependency.Custom.PageSize(Int32 pageSize)
- GanttDependency.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- GanttDependency.Custom.Schema.Aggregates(System.String aggregates)
- GanttDependency.Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Data(System.String data)
- GanttDependency.Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Errors(System.String errors)
- GanttDependency.Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Groups(System.String groups)
- GanttDependency.Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- GanttDependency.Custom.Schema.Model.ClearFields()
- GanttDependency.Custom.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Schema.Model.Field.DefaultValue(T value)
- GanttDependency.Custom.Schema.Model.Field.DefaultValue(System.Object value)
- GanttDependency.Custom.Schema.Model.Field.Editable()
- GanttDependency.Custom.Schema.Model.Field.Editable(Boolean enabled)
- GanttDependency.Custom.Schema.Model.Field.From(System.String fromField)
- GanttDependency.Custom.Schema.Model.Field.Parse(System.String handler)
- GanttDependency.Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Model.Field(System.String, System.Type memberName)
- GanttDependency.Custom.Schema.Model.Field(System.String memberName)
- GanttDependency.Custom.Schema.Model.Id(System.String fieldName)
- GanttDependency.Custom.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Schema.Model(System.Object settings)
- GanttDependency.Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Total(System.String total)
- GanttDependency.Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Schema.Type(System.String type)
- GanttDependency.Custom.ServerAggregates(Boolean enabled)
- GanttDependency.Custom.ServerFiltering(Boolean enabled)
- GanttDependency.Custom.ServerGrouping(Boolean enabled)
- GanttDependency.Custom.ServerPaging(Boolean enabled)
- GanttDependency.Custom.ServerSorting(Boolean enabled)
- GanttDependency.Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- GanttDependency.Custom.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Custom.Sort.Add.Ascending()
- GanttDependency.Custom.Sort.Add.Descending()
- GanttDependency.Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- GanttDependency.Custom.Sort.Add(System.String fieldName)
- GanttDependency.Custom.Sort.Add(System.String memberName)
- GanttDependency.Custom.Total(Int32 total)
- GanttDependency.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder> configurator)
- GanttDependency.Custom.Transport.Batch(System.Object settings)
- GanttDependency.Custom.Transport.Cache(Boolean cache)
- GanttDependency.Custom.Transport.Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- GanttDependency.Custom.Transport.Create.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Custom.Transport.Create.Action(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Custom.Transport.Create.Cache(Boolean isEnabled)
- GanttDependency.Custom.Transport.Create.ContentType(System.String type)
- GanttDependency.Custom.Transport.Create.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Transport.Create.Data(System.String handler)
- GanttDependency.Custom.Transport.Create.DataType(System.String type)
- GanttDependency.Custom.Transport.Create.Headers(System.Object headers)
- GanttDependency.Custom.Transport.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Custom.Transport.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Custom.Transport.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Custom.Transport.Create.Route(System.String, System.Object routeName)
- GanttDependency.Custom.Transport.Create.Route(System.String routeName)
- GanttDependency.Custom.Transport.Create.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Custom.Transport.Create.Url(System.String url)
- GanttDependency.Custom.Transport.Create(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Create(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Create(System.Object settings)
- GanttDependency.Custom.Transport.Create(System.String handler)
- GanttDependency.Custom.Transport.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- GanttDependency.Custom.Transport.Destroy.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Custom.Transport.Destroy.Action(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Custom.Transport.Destroy.Cache(Boolean isEnabled)
- GanttDependency.Custom.Transport.Destroy.ContentType(System.String type)
- GanttDependency.Custom.Transport.Destroy.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Transport.Destroy.Data(System.String handler)
- GanttDependency.Custom.Transport.Destroy.DataType(System.String type)
- GanttDependency.Custom.Transport.Destroy.Headers(System.Object headers)
- GanttDependency.Custom.Transport.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Custom.Transport.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Custom.Transport.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Custom.Transport.Destroy.Route(System.String, System.Object routeName)
- GanttDependency.Custom.Transport.Destroy.Route(System.String routeName)
- GanttDependency.Custom.Transport.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Custom.Transport.Destroy.Url(System.String url)
- GanttDependency.Custom.Transport.Destroy(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Destroy(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Destroy(System.Object settings)
- GanttDependency.Custom.Transport.Destroy(System.String handler)
- GanttDependency.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Transport.ParameterMap(System.String handler)
- GanttDependency.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- GanttDependency.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Custom.Transport.Read.Action(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Custom.Transport.Read.Cache(Boolean isEnabled)
- GanttDependency.Custom.Transport.Read.ContentType(System.String type)
- GanttDependency.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Transport.Read.Data(System.String handler)
- GanttDependency.Custom.Transport.Read.DataType(System.String type)
- GanttDependency.Custom.Transport.Read.Headers(System.Object headers)
- GanttDependency.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Custom.Transport.Read.Route(System.String, System.Object routeName)
- GanttDependency.Custom.Transport.Read.Route(System.String routeName)
- GanttDependency.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Custom.Transport.Read.Url(System.String url)
- GanttDependency.Custom.Transport.Read(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Read(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Read(System.Object settings)
- GanttDependency.Custom.Transport.Read(System.String handler)
- GanttDependency.Custom.Transport.Submit(System.String handler)
- GanttDependency.Custom.Transport.Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- GanttDependency.Custom.Transport.Update.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Custom.Transport.Update.Action(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Custom.Transport.Update.Cache(Boolean isEnabled)
- GanttDependency.Custom.Transport.Update.ContentType(System.String type)
- GanttDependency.Custom.Transport.Update.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Custom.Transport.Update.Data(System.String handler)
- GanttDependency.Custom.Transport.Update.DataType(System.String type)
- GanttDependency.Custom.Transport.Update.Headers(System.Object headers)
- GanttDependency.Custom.Transport.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Custom.Transport.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Custom.Transport.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Custom.Transport.Update.Route(System.String, System.Object routeName)
- GanttDependency.Custom.Transport.Update.Route(System.String routeName)
- GanttDependency.Custom.Transport.Update.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Custom.Transport.Update.Url(System.String url)
- GanttDependency.Custom.Transport.Update(System.String, System.String actionName)
- GanttDependency.Custom.Transport.Update(System.String, System.String, System.Object actionName)
- GanttDependency.Custom.Transport.Update(System.Object settings)
- GanttDependency.Custom.Transport.Update(System.String handler)
- GanttDependency.Custom.Transport(System.Object settings)
- GanttDependency.Custom.Type(System.String type)
- GanttDependency.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.Destroy.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Destroy.Action(System.String, System.String actionName)
- GanttDependency.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Destroy.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Destroy.Data(System.String handler)
- GanttDependency.Destroy.Headers(System.Object headers)
- GanttDependency.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Destroy.Route(System.String, System.Object routeName)
- GanttDependency.Destroy.Route(System.String routeName)
- GanttDependency.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Destroy.Url(System.String url)
- GanttDependency.Destroy(System.String, System.String actionName)
- GanttDependency.Destroy(System.String, System.String, System.Object actionName)
- GanttDependency.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- GanttDependency.Events.Change(System.String handler)
- GanttDependency.Events.Change(System.Func<System.Object,System.Object> handler)
- GanttDependency.Events.Error(System.String handler)
- GanttDependency.Events.Error(System.Func<System.Object,System.Object> handler)
- GanttDependency.Events.Push(System.String handler)
- GanttDependency.Events.Push(System.Func<System.Object,System.Object> handler)
- GanttDependency.Events.RequestEnd(System.String handler)
- GanttDependency.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- GanttDependency.Events.RequestStart(System.String handler)
- GanttDependency.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- GanttDependency.Events.Sync(System.String handler)
- GanttDependency.Events.Sync(System.Func<System.Object,System.Object> handler)
- GanttDependency.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- GanttDependency.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- GanttDependency.Filter.Add.IsEqualTo(TValue value)
- GanttDependency.Filter.Add.IsNotEqualTo(TValue value)
- GanttDependency.Filter.Add.IsNotNull()
- GanttDependency.Filter.Add.IsNull()
- GanttDependency.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- GanttDependency.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Filter.Add.IsGreaterThan(TValue value)
- GanttDependency.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- GanttDependency.Filter.Add.IsLessThan(TValue value)
- GanttDependency.Filter.Add.IsLessThanOrEqualTo(TValue value)
- GanttDependency.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- GanttDependency.Filter.Add.Contains(System.String value)
- GanttDependency.Filter.Add.DoesNotContain(System.String value)
- GanttDependency.Filter.Add.EndsWith(System.String value)
- GanttDependency.Filter.Add.IsEmpty()
- GanttDependency.Filter.Add.IsEqualTo(System.String value)
- GanttDependency.Filter.Add.IsNotEmpty()
- GanttDependency.Filter.Add.IsNotEqualTo(System.String value)
- GanttDependency.Filter.Add.StartsWith(System.String value)
- GanttDependency.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- GanttDependency.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- GanttDependency.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- GanttDependency.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Group.Add(System.String memberName)
- GanttDependency.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.Group.Add(System.String, System.Type memberName)
- GanttDependency.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Group.AddDescending(System.String memberName)
- GanttDependency.Group.AddDescending(System.String, System.Type memberName)
- GanttDependency.GroupPaging(Boolean enabled)
- GanttDependency.Model(System.Action<Kendo.Mvc.UI.Fluent.GanttDependenciesModelDescriptorFactory<TModel>> configurator)
- GanttDependency.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Model.Field.DefaultValue(T value)
- GanttDependency.Model.Field.DefaultValue(System.Object value)
- GanttDependency.Model.Field.Editable()
- GanttDependency.Model.Field.Editable(Boolean enabled)
- GanttDependency.Model.Field(System.String, System.Type memberName)
- GanttDependency.Model.Field(System.String memberName)
- GanttDependency.Model.Id(System.String fieldName)
- GanttDependency.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Model.PredecessorId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Model.PredecessorId(System.String fieldName)
- GanttDependency.Model.SuccessorId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Model.SuccessorId(System.String fieldName)
- GanttDependency.Model.Type(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Model.Type(System.String fieldName)
- GanttDependency.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- GanttDependency.OfflineStorage(System.String key)
- GanttDependency.OfflineStorage(System.String, System.String getItem)
- GanttDependency.PageSize(Int32 pageSize)
- GanttDependency.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.Read.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Read.Action(System.String, System.String actionName)
- GanttDependency.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Read.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Read.Data(System.String handler)
- GanttDependency.Read.Headers(System.Object headers)
- GanttDependency.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Read.Route(System.String, System.Object routeName)
- GanttDependency.Read.Route(System.String routeName)
- GanttDependency.Read.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Read.Url(System.String url)
- GanttDependency.Read(System.String, System.String, System.Object actionName)
- GanttDependency.Read(System.String, System.String actionName)
- GanttDependency.ServerOperation(Boolean enabled)
- GanttDependency.SignalR()
- GanttDependency.SignalR.AccentFoldingFiltering(System.String culture)
- GanttDependency.SignalR.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- GanttDependency.SignalR.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Aggregates.Add.Average()
- GanttDependency.SignalR.Aggregates.Add.Count()
- GanttDependency.SignalR.Aggregates.Add.Max()
- GanttDependency.SignalR.Aggregates.Add.Min()
- GanttDependency.SignalR.Aggregates.Add.Sum()
- GanttDependency.SignalR.Aggregates.Add(System.String, System.Type memberName)
- GanttDependency.SignalR.AutoSync(Boolean enabled)
- GanttDependency.SignalR.Batch(Boolean enabled)
- GanttDependency.SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- GanttDependency.SignalR.Events.Change(System.String handler)
- GanttDependency.SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Events.Error(System.String handler)
- GanttDependency.SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Events.Push(System.String handler)
- GanttDependency.SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Events.RequestEnd(System.String handler)
- GanttDependency.SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Events.RequestStart(System.String handler)
- GanttDependency.SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Events.Sync(System.String handler)
- GanttDependency.SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- GanttDependency.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- GanttDependency.SignalR.Filter.Add.IsEqualTo(TValue value)
- GanttDependency.SignalR.Filter.Add.IsNotEqualTo(TValue value)
- GanttDependency.SignalR.Filter.Add.IsNotNull()
- GanttDependency.SignalR.Filter.Add.IsNull()
- GanttDependency.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- GanttDependency.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Filter.Add.IsGreaterThan(TValue value)
- GanttDependency.SignalR.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- GanttDependency.SignalR.Filter.Add.IsLessThan(TValue value)
- GanttDependency.SignalR.Filter.Add.IsLessThanOrEqualTo(TValue value)
- GanttDependency.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- GanttDependency.SignalR.Filter.Add.Contains(System.String value)
- GanttDependency.SignalR.Filter.Add.DoesNotContain(System.String value)
- GanttDependency.SignalR.Filter.Add.EndsWith(System.String value)
- GanttDependency.SignalR.Filter.Add.IsEmpty()
- GanttDependency.SignalR.Filter.Add.IsEqualTo(System.String value)
- GanttDependency.SignalR.Filter.Add.IsNotEmpty()
- GanttDependency.SignalR.Filter.Add.IsNotEqualTo(System.String value)
- GanttDependency.SignalR.Filter.Add.StartsWith(System.String value)
- GanttDependency.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- GanttDependency.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- GanttDependency.SignalR.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- GanttDependency.SignalR.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Group.Add(System.String memberName)
- GanttDependency.SignalR.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.SignalR.Group.Add(System.String, System.Type memberName)
- GanttDependency.SignalR.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.SignalR.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Group.AddDescending(System.String memberName)
- GanttDependency.SignalR.Group.AddDescending(System.String, System.Type memberName)
- GanttDependency.SignalR.Page(Int32 page)
- GanttDependency.SignalR.PageSize(Int32 pageSize)
- GanttDependency.SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- GanttDependency.SignalR.Schema.Aggregates(System.String aggregates)
- GanttDependency.SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Data(System.String data)
- GanttDependency.SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Errors(System.String errors)
- GanttDependency.SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Groups(System.String groups)
- GanttDependency.SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- GanttDependency.SignalR.Schema.Model.ClearFields()
- GanttDependency.SignalR.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Schema.Model.Field.DefaultValue(T value)
- GanttDependency.SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- GanttDependency.SignalR.Schema.Model.Field.Editable()
- GanttDependency.SignalR.Schema.Model.Field.Editable(Boolean enabled)
- GanttDependency.SignalR.Schema.Model.Field.From(System.String fromField)
- GanttDependency.SignalR.Schema.Model.Field.Parse(System.String handler)
- GanttDependency.SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Model.Field(System.String, System.Type memberName)
- GanttDependency.SignalR.Schema.Model.Field(System.String memberName)
- GanttDependency.SignalR.Schema.Model.Id(System.String fieldName)
- GanttDependency.SignalR.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Schema.Model(System.Object settings)
- GanttDependency.SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Total(System.String total)
- GanttDependency.SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Schema.Type(System.String type)
- GanttDependency.SignalR.ServerAggregates(Boolean enabled)
- GanttDependency.SignalR.ServerFiltering(Boolean enabled)
- GanttDependency.SignalR.ServerGrouping(Boolean enabled)
- GanttDependency.SignalR.ServerPaging(Boolean enabled)
- GanttDependency.SignalR.ServerSorting(Boolean enabled)
- GanttDependency.SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- GanttDependency.SignalR.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.SignalR.Sort.Add.Ascending()
- GanttDependency.SignalR.Sort.Add.Descending()
- GanttDependency.SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- GanttDependency.SignalR.Sort.Add(System.String fieldName)
- GanttDependency.SignalR.Sort.Add(System.String memberName)
- GanttDependency.SignalR.Total(Int32 total)
- GanttDependency.SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- GanttDependency.SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- GanttDependency.SignalR.Transport.Client.Create(System.String method)
- GanttDependency.SignalR.Transport.Client.Destroy(System.String method)
- GanttDependency.SignalR.Transport.Client.Read(System.String method)
- GanttDependency.SignalR.Transport.Client.Update(System.String method)
- GanttDependency.SignalR.Transport.Client(System.Object settings)
- GanttDependency.SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Transport.Hub(System.String handler)
- GanttDependency.SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Transport.ParameterMap(System.String handler)
- GanttDependency.SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- GanttDependency.SignalR.Transport.Promise(System.String handler)
- GanttDependency.SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- GanttDependency.SignalR.Transport.Server.Create(System.String method)
- GanttDependency.SignalR.Transport.Server.Destroy(System.String method)
- GanttDependency.SignalR.Transport.Server.Read(System.String method)
- GanttDependency.SignalR.Transport.Server.Update(System.String method)
- GanttDependency.SignalR.Transport.Server(System.Object settings)
- GanttDependency.SignalR.Transport(System.Object settings)
- GanttDependency.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- GanttDependency.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.Sort.Add.Ascending()
- GanttDependency.Sort.Add.Descending()
- GanttDependency.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- GanttDependency.Sort.Add(System.String fieldName)
- GanttDependency.Sort.Add(System.String memberName)
- GanttDependency.Total(Int32 total)
- GanttDependency.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.Update.Action(System.String, System.String, System.Object actionName)
- GanttDependency.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.Update.Action(System.String, System.String actionName)
- GanttDependency.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.Update.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.Update.Data(System.String handler)
- GanttDependency.Update.Headers(System.Object headers)
- GanttDependency.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.Update.Route(System.String, System.Object routeName)
- GanttDependency.Update.Route(System.String routeName)
- GanttDependency.Update.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.Update.Url(System.String url)
- GanttDependency.Update(System.String, System.String actionName)
- GanttDependency.Update(System.String, System.String, System.Object actionName)
- GanttDependency.WebApi()
- GanttDependency.WebApi.AccentFoldingFiltering(System.String culture)
- GanttDependency.WebApi.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- GanttDependency.WebApi.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Aggregates.Add.Average()
- GanttDependency.WebApi.Aggregates.Add.Count()
- GanttDependency.WebApi.Aggregates.Add.Max()
- GanttDependency.WebApi.Aggregates.Add.Min()
- GanttDependency.WebApi.Aggregates.Add.Sum()
- GanttDependency.WebApi.Aggregates.Add(System.String, System.Type memberName)
- GanttDependency.WebApi.AutoSync(Boolean enabled)
- GanttDependency.WebApi.CaseSensitiveFiltering()
- GanttDependency.WebApi.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.WebApi.Create.Action(System.String, System.String, System.Object actionName)
- GanttDependency.WebApi.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.WebApi.Create.Action(System.String, System.String actionName)
- GanttDependency.WebApi.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.WebApi.Create.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Create.Data(System.String handler)
- GanttDependency.WebApi.Create.Headers(System.Object headers)
- GanttDependency.WebApi.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.WebApi.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.WebApi.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.WebApi.Create.Route(System.String, System.Object routeName)
- GanttDependency.WebApi.Create.Route(System.String routeName)
- GanttDependency.WebApi.Create.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.WebApi.Create.Url(System.String url)
- GanttDependency.WebApi.Create(System.String url)
- GanttDependency.WebApi.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.WebApi.Destroy.Action(System.String, System.String, System.Object actionName)
- GanttDependency.WebApi.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.WebApi.Destroy.Action(System.String, System.String actionName)
- GanttDependency.WebApi.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.WebApi.Destroy.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Destroy.Data(System.String handler)
- GanttDependency.WebApi.Destroy.Headers(System.Object headers)
- GanttDependency.WebApi.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.WebApi.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.WebApi.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.WebApi.Destroy.Route(System.String, System.Object routeName)
- GanttDependency.WebApi.Destroy.Route(System.String routeName)
- GanttDependency.WebApi.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.WebApi.Destroy.Url(System.String url)
- GanttDependency.WebApi.Destroy(System.String url)
- GanttDependency.WebApi.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- GanttDependency.WebApi.Events.Change(System.String handler)
- GanttDependency.WebApi.Events.Change(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Events.Error(System.String handler)
- GanttDependency.WebApi.Events.Error(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Events.Push(System.String handler)
- GanttDependency.WebApi.Events.Push(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Events.RequestEnd(System.String handler)
- GanttDependency.WebApi.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Events.RequestStart(System.String handler)
- GanttDependency.WebApi.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Events.Sync(System.String handler)
- GanttDependency.WebApi.Events.Sync(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- GanttDependency.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- GanttDependency.WebApi.Filter.Add.IsEqualTo(TValue value)
- GanttDependency.WebApi.Filter.Add.IsNotEqualTo(TValue value)
- GanttDependency.WebApi.Filter.Add.IsNotNull()
- GanttDependency.WebApi.Filter.Add.IsNull()
- GanttDependency.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- GanttDependency.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Filter.Add.IsGreaterThan(TValue value)
- GanttDependency.WebApi.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- GanttDependency.WebApi.Filter.Add.IsLessThan(TValue value)
- GanttDependency.WebApi.Filter.Add.IsLessThanOrEqualTo(TValue value)
- GanttDependency.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- GanttDependency.WebApi.Filter.Add.Contains(System.String value)
- GanttDependency.WebApi.Filter.Add.DoesNotContain(System.String value)
- GanttDependency.WebApi.Filter.Add.EndsWith(System.String value)
- GanttDependency.WebApi.Filter.Add.IsEmpty()
- GanttDependency.WebApi.Filter.Add.IsEqualTo(System.String value)
- GanttDependency.WebApi.Filter.Add.IsNotEmpty()
- GanttDependency.WebApi.Filter.Add.IsNotEqualTo(System.String value)
- GanttDependency.WebApi.Filter.Add.StartsWith(System.String value)
- GanttDependency.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- GanttDependency.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- GanttDependency.WebApi.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- GanttDependency.WebApi.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Group.Add(System.String memberName)
- GanttDependency.WebApi.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.WebApi.Group.Add(System.String, System.Type memberName)
- GanttDependency.WebApi.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- GanttDependency.WebApi.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Group.AddDescending(System.String memberName)
- GanttDependency.WebApi.Group.AddDescending(System.String, System.Type memberName)
- GanttDependency.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSchedulerModelDescriptorFactory<TModel>> configurator)
- GanttDependency.WebApi.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Model.Field.DefaultValue(T value)
- GanttDependency.WebApi.Model.Field.DefaultValue(System.Object value)
- GanttDependency.WebApi.Model.Field.Editable()
- GanttDependency.WebApi.Model.Field.Editable(Boolean enabled)
- GanttDependency.WebApi.Model.Field(System.String, System.Type memberName)
- GanttDependency.WebApi.Model.Field(System.String memberName)
- GanttDependency.WebApi.Model.Id(System.String fieldName)
- GanttDependency.WebApi.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Model.RecurrenceId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Model.RecurrenceId(System.String fieldName)
- GanttDependency.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- GanttDependency.WebApi.PageSize(Int32 pageSize)
- GanttDependency.WebApi.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.WebApi.Read.Action(System.String, System.String, System.Object actionName)
- GanttDependency.WebApi.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.WebApi.Read.Action(System.String, System.String actionName)
- GanttDependency.WebApi.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.WebApi.Read.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Read.Data(System.String handler)
- GanttDependency.WebApi.Read.Headers(System.Object headers)
- GanttDependency.WebApi.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.WebApi.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.WebApi.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.WebApi.Read.Route(System.String, System.Object routeName)
- GanttDependency.WebApi.Read.Route(System.String routeName)
- GanttDependency.WebApi.Read.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.WebApi.Read.Url(System.String url)
- GanttDependency.WebApi.Read(System.String url)
- GanttDependency.WebApi.ServerOperation(Boolean enabled)
- GanttDependency.WebApi.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- GanttDependency.WebApi.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- GanttDependency.WebApi.Sort.Add.Ascending()
- GanttDependency.WebApi.Sort.Add.Descending()
- GanttDependency.WebApi.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- GanttDependency.WebApi.Sort.Add(System.String fieldName)
- GanttDependency.WebApi.Sort.Add(System.String memberName)
- GanttDependency.WebApi.Total(Int32 total)
- GanttDependency.WebApi.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- GanttDependency.WebApi.Update.Action(System.String, System.String, System.Object actionName)
- GanttDependency.WebApi.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- GanttDependency.WebApi.Update.Action(System.String, System.String actionName)
- GanttDependency.WebApi.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- GanttDependency.WebApi.Update.Data(System.Func<System.Object,System.Object> handler)
- GanttDependency.WebApi.Update.Data(System.String handler)
- GanttDependency.WebApi.Update.Headers(System.Object headers)
- GanttDependency.WebApi.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- GanttDependency.WebApi.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- GanttDependency.WebApi.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- GanttDependency.WebApi.Update.Route(System.String, System.Object routeName)
- GanttDependency.WebApi.Update.Route(System.String routeName)
- GanttDependency.WebApi.Update.Type(System.Web.Mvc.HttpVerbs verb)
- GanttDependency.WebApi.Update.Url(System.String url)
- GanttDependency.WebApi.Update(System.String url)
- Hierarchical(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<T>> configurator)
- Hierarchical.Custom()
- Hierarchical.Custom.AccentFoldingFiltering(System.String culture)
- Hierarchical.Custom.AutoSync(Boolean enabled)
- Hierarchical.Custom.Batch(Boolean enabled)
- Hierarchical.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Hierarchical.Custom.Events.Change(System.String handler)
- Hierarchical.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Events.Error(System.String handler)
- Hierarchical.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Events.Push(System.String handler)
- Hierarchical.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Events.RequestEnd(System.String handler)
- Hierarchical.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Events.RequestStart(System.String handler)
- Hierarchical.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Events.Sync(System.String handler)
- Hierarchical.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.ReadOnlyCustomDataSourceFilterDescriptorFactory> configurator)
- Hierarchical.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Hierarchical.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Hierarchical.Custom.GroupPaging(Boolean enabled)
- Hierarchical.Custom.Page(Int32 page)
- Hierarchical.Custom.PageSize(Int32 pageSize)
- Hierarchical.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceSchemaBuilder<System.Object>> configurator)
- Hierarchical.Custom.Schema.Aggregates(System.String aggregates)
- Hierarchical.Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Data(System.String data)
- Hierarchical.Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Errors(System.String errors)
- Hierarchical.Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Groups(System.String groups)
- Hierarchical.Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<System.Object>> configurator)
- Hierarchical.Custom.Schema.Model.Children(System.String fieldName)
- Hierarchical.Custom.Schema.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.Custom.Schema.Model.Field(System.String, System.Type memberName)
- Hierarchical.Custom.Schema.Model.Field.DefaultValue(T value)
- Hierarchical.Custom.Schema.Model.Field.DefaultValue(System.Object value)
- Hierarchical.Custom.Schema.Model.Field.Editable()
- Hierarchical.Custom.Schema.Model.Field.Editable(Boolean enabled)
- Hierarchical.Custom.Schema.Model.Field.From(System.String fromField)
- Hierarchical.Custom.Schema.Model.Field.Parse(System.String handler)
- Hierarchical.Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Model.HasChildren(System.String fieldName)
- Hierarchical.Custom.Schema.Model.Id(System.String fieldName)
- Hierarchical.Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Total(System.String total)
- Hierarchical.Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Schema.Type(System.String type)
- Hierarchical.Custom.ServerAggregates(Boolean enabled)
- Hierarchical.Custom.ServerFiltering(Boolean enabled)
- Hierarchical.Custom.ServerGrouping(Boolean enabled)
- Hierarchical.Custom.ServerPaging(Boolean enabled)
- Hierarchical.Custom.ServerSorting(Boolean enabled)
- Hierarchical.Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.ReadOnlyCustomDataSourceSortDescriptorFactory> configurator)
- Hierarchical.Custom.Sort.Add(System.String memberName)
- Hierarchical.Custom.Sort.Add.Ascending()
- Hierarchical.Custom.Sort.Add.Descending()
- Hierarchical.Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Hierarchical.Custom.Total(Int32 total)
- Hierarchical.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.ReadOnlyCustomDataSourceTransportBuilder> configurator)
- Hierarchical.Custom.Transport.Cache(Boolean cache)
- Hierarchical.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Transport.ParameterMap(System.String handler)
- Hierarchical.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Hierarchical.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Hierarchical.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Hierarchical.Custom.Transport.Read.Action(System.String, System.String actionName)
- Hierarchical.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Hierarchical.Custom.Transport.Read.Cache(Boolean isEnabled)
- Hierarchical.Custom.Transport.Read.ContentType(System.String type)
- Hierarchical.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.Custom.Transport.Read.Data(System.String handler)
- Hierarchical.Custom.Transport.Read.DataType(System.String type)
- Hierarchical.Custom.Transport.Read.Headers(System.Object headers)
- Hierarchical.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Hierarchical.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Hierarchical.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Hierarchical.Custom.Transport.Read.Route(System.String, System.Object routeName)
- Hierarchical.Custom.Transport.Read.Route(System.String routeName)
- Hierarchical.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Hierarchical.Custom.Transport.Read.Url(System.String url)
- Hierarchical.Custom.Transport.Read(System.String, System.String, System.Object actionName)
- Hierarchical.Custom.Transport.Read(System.String, System.String actionName)
- Hierarchical.Custom.Transport.Read(System.Object settings)
- Hierarchical.Custom.Transport.Read(System.String handler)
- Hierarchical.Custom.Transport(System.Object settings)
- Hierarchical.Custom.Type(System.String type)
- Hierarchical.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Hierarchical.Events.Change(System.String handler)
- Hierarchical.Events.Change(System.Func<System.Object,System.Object> handler)
- Hierarchical.Events.Error(System.String handler)
- Hierarchical.Events.Error(System.Func<System.Object,System.Object> handler)
- Hierarchical.Events.Push(System.String handler)
- Hierarchical.Events.Push(System.Func<System.Object,System.Object> handler)
- Hierarchical.Events.RequestEnd(System.String handler)
- Hierarchical.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Hierarchical.Events.RequestStart(System.String handler)
- Hierarchical.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Hierarchical.Events.Sync(System.String handler)
- Hierarchical.Events.Sync(System.Func<System.Object,System.Object> handler)
- Hierarchical.Model(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalModelDescriptorBuilder<System.Object>> configurator)
- Hierarchical.Model.Children(System.String fieldName)
- Hierarchical.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.Model.Field(System.String, System.Type memberName)
- Hierarchical.Model.HasChildren(System.String fieldName)
- Hierarchical.Model.Id(System.String fieldName)
- Hierarchical.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Hierarchical.Read.Action(System.String, System.String, System.Object actionName)
- Hierarchical.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Hierarchical.Read.Action(System.String, System.String actionName)
- Hierarchical.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Hierarchical.Read.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.Read.Data(System.String handler)
- Hierarchical.Read.Headers(System.Object headers)
- Hierarchical.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Hierarchical.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Hierarchical.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Hierarchical.Read.Route(System.String, System.Object routeName)
- Hierarchical.Read.Route(System.String routeName)
- Hierarchical.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Hierarchical.Read.Url(System.String url)
- Hierarchical.Read(System.String, System.String, System.Object actionName)
- Hierarchical.Read(System.String, System.String actionName)
- Hierarchical.ServerFiltering()
- Hierarchical.ServerFiltering(Boolean enabled)
- Hierarchical.SignalR()
- Hierarchical.SignalR.AccentFoldingFiltering(System.String culture)
- Hierarchical.SignalR.AutoSync(Boolean enabled)
- Hierarchical.SignalR.Batch(Boolean enabled)
- Hierarchical.SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Hierarchical.SignalR.Events.Change(System.String handler)
- Hierarchical.SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Events.Error(System.String handler)
- Hierarchical.SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Events.Push(System.String handler)
- Hierarchical.SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Events.RequestEnd(System.String handler)
- Hierarchical.SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Events.RequestStart(System.String handler)
- Hierarchical.SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Events.Sync(System.String handler)
- Hierarchical.SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.ReadOnlyCustomDataSourceFilterDescriptorFactory> configurator)
- Hierarchical.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Hierarchical.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Hierarchical.SignalR.Page(Int32 page)
- Hierarchical.SignalR.PageSize(Int32 pageSize)
- Hierarchical.SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.SignalRHierarchicalDataSourceSchemaBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Aggregates.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Aggregates.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Data(System.String data)
- Hierarchical.SignalR.Schema.Aggregates.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Aggregates.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Aggregates.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Aggregates.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Aggregates.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Aggregates.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Aggregates.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Aggregates.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Total(System.String total)
- Hierarchical.SignalR.Schema.Aggregates.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Aggregates.Type(System.String type)
- Hierarchical.SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data(System.String data)
- Hierarchical.SignalR.Schema.Data.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Data.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Data(System.String data)
- Hierarchical.SignalR.Schema.Data.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Data.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Data.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Data.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Data.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Data.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Data.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Data.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Data.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Data.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Data.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Data.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Data.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Data.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Data.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Total(System.String total)
- Hierarchical.SignalR.Schema.Data.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Data.Type(System.String type)
- Hierarchical.SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Errors.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Errors.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Data(System.String data)
- Hierarchical.SignalR.Schema.Errors.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Errors.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Errors.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Errors.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Errors.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Errors.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Errors.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Errors.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Errors.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Errors.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Errors.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Errors.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Errors.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Errors.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Errors.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Total(System.String total)
- Hierarchical.SignalR.Schema.Errors.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Errors.Type(System.String type)
- Hierarchical.SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Groups.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Groups.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Data(System.String data)
- Hierarchical.SignalR.Schema.Groups.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Groups.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Groups.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Groups.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Groups.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Groups.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Groups.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Groups.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Groups.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Groups.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Groups.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Groups.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Groups.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Groups.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Groups.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Total(System.String total)
- Hierarchical.SignalR.Schema.Groups.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Groups.Type(System.String type)
- Hierarchical.SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.SignalRHierarchicalDataSourceModelDescriptorFactory<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.SignalRHierarchicalDataSourceBuilder> configurator)
- Hierarchical.SignalR.Schema.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Parse.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Data(System.String data)
- Hierarchical.SignalR.Schema.Parse.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Parse.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Parse.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Parse.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Parse.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Parse.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Parse.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Parse.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Parse.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Parse.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Parse.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Parse.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Parse.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Parse.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Parse.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Total(System.String total)
- Hierarchical.SignalR.Schema.Parse.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Parse.Type(System.String type)
- Hierarchical.SignalR.Schema.Total(System.String total)
- Hierarchical.SignalR.Schema.Total.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Total.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Data(System.String data)
- Hierarchical.SignalR.Schema.Total.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Total.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Total.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Total.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Total.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Total.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Total.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Total.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Total.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Total.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Total.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Total.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Total.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Total.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Total.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Total(System.String total)
- Hierarchical.SignalR.Schema.Total.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Total.Type(System.String type)
- Hierarchical.SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type(System.String type)
- Hierarchical.SignalR.Schema.Type.Aggregates(System.String aggregates)
- Hierarchical.SignalR.Schema.Type.Aggregates(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Data(System.String data)
- Hierarchical.SignalR.Schema.Type.Data(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Errors(System.String errors)
- Hierarchical.SignalR.Schema.Type.Errors(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Groups(System.String groups)
- Hierarchical.SignalR.Schema.Type.Groups(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomHierarchicalDataSourceModelDescriptorFactory<TModel>> configurator)
- Hierarchical.SignalR.Schema.Type.Model.Children(System.String fieldName)
- Hierarchical.SignalR.Schema.Type.Model.Children(System.Action<Kendo.Mvc.UI.Fluent.HierarchicalDataSourceBuilder<System.Object>> configurator)
- Hierarchical.SignalR.Schema.Type.Model.Field(System.String, System.Type memberName)
- Hierarchical.SignalR.Schema.Type.Model.Field.DefaultValue(T value)
- Hierarchical.SignalR.Schema.Type.Model.Field.DefaultValue(System.Object value)
- Hierarchical.SignalR.Schema.Type.Model.Field.Editable()
- Hierarchical.SignalR.Schema.Type.Model.Field.Editable(Boolean enabled)
- Hierarchical.SignalR.Schema.Type.Model.Field.From(System.String fromField)
- Hierarchical.SignalR.Schema.Type.Model.Field.Parse(System.String handler)
- Hierarchical.SignalR.Schema.Type.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Model.HasChildren(System.String fieldName)
- Hierarchical.SignalR.Schema.Type.Model.Id(System.String fieldName)
- Hierarchical.SignalR.Schema.Type.Parse(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Total(System.String total)
- Hierarchical.SignalR.Schema.Type.Total(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Schema.Type.Type(System.String type)
- Hierarchical.SignalR.ServerAggregates(Boolean enabled)
- Hierarchical.SignalR.ServerFiltering(Boolean enabled)
- Hierarchical.SignalR.ServerGrouping(Boolean enabled)
- Hierarchical.SignalR.ServerPaging(Boolean enabled)
- Hierarchical.SignalR.ServerSorting(Boolean enabled)
- Hierarchical.SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.ReadOnlyCustomDataSourceSortDescriptorFactory> configurator)
- Hierarchical.SignalR.Sort.Add(System.String memberName)
- Hierarchical.SignalR.Sort.Add.Ascending()
- Hierarchical.SignalR.Sort.Add.Descending()
- Hierarchical.SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Hierarchical.SignalR.Total(Int32 total)
- Hierarchical.SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- Hierarchical.SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Hierarchical.SignalR.Transport.Client.Create(System.String method)
- Hierarchical.SignalR.Transport.Client.Destroy(System.String method)
- Hierarchical.SignalR.Transport.Client.Read(System.String method)
- Hierarchical.SignalR.Transport.Client.Update(System.String method)
- Hierarchical.SignalR.Transport.Client(System.Object settings)
- Hierarchical.SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Transport.Hub(System.String handler)
- Hierarchical.SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Transport.ParameterMap(System.String handler)
- Hierarchical.SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- Hierarchical.SignalR.Transport.Promise(System.String handler)
- Hierarchical.SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Hierarchical.SignalR.Transport.Server.Create(System.String method)
- Hierarchical.SignalR.Transport.Server.Destroy(System.String method)
- Hierarchical.SignalR.Transport.Server.Read(System.String method)
- Hierarchical.SignalR.Transport.Server.Update(System.String method)
- Hierarchical.SignalR.Transport.Server(System.Object settings)
- Hierarchical.SignalR.Transport(System.Object settings)
- HtmlAttributes(System.Object attributes)
- HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object> attributes)
- ModelMetadata(System.Web.Mvc.ModelMetadata modelMetadata)
- Name(System.String componentName)
- Pivot(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceBuilder<T>> configurator)
- Pivot.Ajax()
- Pivot.Ajax.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Pivot.Ajax.Columns.Add(System.String name)
- Pivot.Ajax.Columns.Add.Expand(Boolean isExpanded)
- Pivot.Ajax.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Pivot.Ajax.Events.Change(System.String handler)
- Pivot.Ajax.Events.Change(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Events.Error(System.String handler)
- Pivot.Ajax.Events.Error(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Events.Push(System.String handler)
- Pivot.Ajax.Events.Push(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Events.RequestEnd(System.String handler)
- Pivot.Ajax.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Events.RequestStart(System.String handler)
- Pivot.Ajax.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Events.Sync(System.String handler)
- Pivot.Ajax.Events.Sync(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Pivot.Ajax.Measures.Add()
- Pivot.Ajax.Measures.Add.Name(System.String name)
- Pivot.Ajax.Measures.Add.Type(System.String type)
- Pivot.Ajax.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Pivot.Ajax.Measures.Values(System.String<> values)
- Pivot.Ajax.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Pivot.Ajax.Measures.Values.Add()
- Pivot.Ajax.Measures.Values.Add.Name(System.String name)
- Pivot.Ajax.Measures.Values.Add.Type(System.String type)
- Pivot.Ajax.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Pivot.Ajax.Rows.Add(System.String name)
- Pivot.Ajax.Rows.Add.Expand(Boolean isExpanded)
- Pivot.Ajax.Schema(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaBuilder<TModel>> configurator)
- Pivot.Ajax.Schema.Cube(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeBuilder<TModel>> configurator)
- Pivot.Ajax.Schema.Cube.Dimensions(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeDimensionFactory<TModel>> configurator)
- Pivot.Ajax.Schema.Cube.Dimensions.Add(System.String member)
- Pivot.Ajax.Schema.Cube.Dimensions.Add.Caption(System.String caption)
- Pivot.Ajax.Schema.Cube.Dimensions.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Pivot.Ajax.Schema.Cube.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeMeasureFactory<TModel>> configurator)
- Pivot.Ajax.Schema.Cube.Measures.Add(System.String measure)
- Pivot.Ajax.Schema.Cube.Measures.Add.Aggregate(System.String aggregate)
- Pivot.Ajax.Schema.Cube.Measures.Add.Aggregate(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Schema.Cube.Measures.Add.AggregateName(System.String aggregateName)
- Pivot.Ajax.Schema.Cube.Measures.Add.Caption(System.String caption)
- Pivot.Ajax.Schema.Cube.Measures.Add.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Pivot.Ajax.Schema.Cube.Measures.Add.Field(System.String member)
- Pivot.Ajax.Schema.Cube.Measures.Add.Format(System.String format)
- Pivot.Ajax.Schema.Cube.Measures.Add.Result(System.String result)
- Pivot.Ajax.Schema.Cube.Measures.Add.Result(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Pivot.Ajax.Schema.Model.ClearFields()
- Pivot.Ajax.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Pivot.Ajax.Schema.Model.Field.DefaultValue(T value)
- Pivot.Ajax.Schema.Model.Field.DefaultValue(System.Object value)
- Pivot.Ajax.Schema.Model.Field.Editable()
- Pivot.Ajax.Schema.Model.Field.Editable(Boolean enabled)
- Pivot.Ajax.Schema.Model.Field.From(System.String fromField)
- Pivot.Ajax.Schema.Model.Field.Parse(System.String handler)
- Pivot.Ajax.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Schema.Model.Field(System.String, System.Type memberName)
- Pivot.Ajax.Schema.Model.Field(System.String memberName)
- Pivot.Ajax.Schema.Model.Id(System.String fieldName)
- Pivot.Ajax.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Pivot.Ajax.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Pivot.Ajax.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Pivot.Ajax.Sort.Add.Ascending()
- Pivot.Ajax.Sort.Add.Descending()
- Pivot.Ajax.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Pivot.Ajax.Sort.Add(System.String fieldName)
- Pivot.Ajax.Sort.Add(System.String memberName)
- Pivot.Ajax.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceTransportBuilder> configurator)
- Pivot.Ajax.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Pivot.Ajax.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Pivot.Ajax.Transport.Discover.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Ajax.Transport.Discover.Action(System.String, System.String actionName)
- Pivot.Ajax.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Ajax.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Transport.Discover.Data(System.String handler)
- Pivot.Ajax.Transport.Discover.Headers(System.Object headers)
- Pivot.Ajax.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Ajax.Transport.Discover.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Ajax.Transport.Discover.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Ajax.Transport.Discover.Route(System.String, System.Object routeName)
- Pivot.Ajax.Transport.Discover.Route(System.String routeName)
- Pivot.Ajax.Transport.Discover.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Ajax.Transport.Discover.Url(System.String url)
- Pivot.Ajax.Transport.Discover(System.String, System.String, System.Object actionName)
- Pivot.Ajax.Transport.Discover(System.String, System.String actionName)
- Pivot.Ajax.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Pivot.Ajax.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Pivot.Ajax.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Ajax.Transport.Read.Action(System.String, System.String actionName)
- Pivot.Ajax.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Ajax.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Ajax.Transport.Read.Data(System.String handler)
- Pivot.Ajax.Transport.Read.Headers(System.Object headers)
- Pivot.Ajax.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Ajax.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Ajax.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Ajax.Transport.Read.Route(System.String, System.Object routeName)
- Pivot.Ajax.Transport.Read.Route(System.String routeName)
- Pivot.Ajax.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Ajax.Transport.Read.Url(System.String url)
- Pivot.Ajax.Transport.Read(System.String, System.String, System.Object actionName)
- Pivot.Ajax.Transport.Read(System.String, System.String actionName)
- Pivot.Custom()
- Pivot.Custom.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Pivot.Custom.Columns.Add(System.String name)
- Pivot.Custom.Columns.Add.Expand(Boolean isExpanded)
- Pivot.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Pivot.Custom.Events.Change(System.String handler)
- Pivot.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Events.Error(System.String handler)
- Pivot.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Events.Push(System.String handler)
- Pivot.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Events.RequestEnd(System.String handler)
- Pivot.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Events.RequestStart(System.String handler)
- Pivot.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Events.Sync(System.String handler)
- Pivot.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Pivot.Custom.Measures.Add()
- Pivot.Custom.Measures.Add.Name(System.String name)
- Pivot.Custom.Measures.Add.Type(System.String type)
- Pivot.Custom.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Pivot.Custom.Measures.Values(System.String<> values)
- Pivot.Custom.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Pivot.Custom.Measures.Values.Add()
- Pivot.Custom.Measures.Values.Add.Name(System.String name)
- Pivot.Custom.Measures.Values.Add.Type(System.String type)
- Pivot.Custom.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Pivot.Custom.Rows.Add(System.String name)
- Pivot.Custom.Rows.Add.Expand(Boolean isExpanded)
- Pivot.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceSchemaBuilder> configurator)
- Pivot.Custom.Schema.Axes(System.String axes)
- Pivot.Custom.Schema.Axes(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Catalogs(System.String catalogs)
- Pivot.Custom.Schema.Catalogs(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Cubes(System.String cubes)
- Pivot.Custom.Schema.Cubes(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Dimensions(System.String dimensions)
- Pivot.Custom.Schema.Dimensions(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Hierarchies(System.String hierarchies)
- Pivot.Custom.Schema.Hierarchies(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Levels(System.String levels)
- Pivot.Custom.Schema.Levels(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Measures(System.String measures)
- Pivot.Custom.Schema.Measures(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Schema.Type(System.String type)
- Pivot.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceTransportBuilder> configurator)
- Pivot.Custom.Transport.Connection(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportConnectionBuilder> configurator)
- Pivot.Custom.Transport.Connection.Catalog(System.String catalog)
- Pivot.Custom.Transport.Connection.Cube(System.String cube)
- Pivot.Custom.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Pivot.Custom.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Pivot.Custom.Transport.Discover.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Custom.Transport.Discover.Action(System.String, System.String actionName)
- Pivot.Custom.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Custom.Transport.Discover.Cache(Boolean isEnabled)
- Pivot.Custom.Transport.Discover.ContentType(System.String type)
- Pivot.Custom.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Transport.Discover.Data(System.String handler)
- Pivot.Custom.Transport.Discover.DataType(System.String type)
- Pivot.Custom.Transport.Discover.Headers(System.Object headers)
- Pivot.Custom.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Custom.Transport.Discover.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Custom.Transport.Discover.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Custom.Transport.Discover.Route(System.String, System.Object routeName)
- Pivot.Custom.Transport.Discover.Route(System.String routeName)
- Pivot.Custom.Transport.Discover.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Custom.Transport.Discover.Url(System.String url)
- Pivot.Custom.Transport.Discover(System.Object settings)
- Pivot.Custom.Transport.Discover(System.String handler)
- Pivot.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Transport.ParameterMap(System.String handler)
- Pivot.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Pivot.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Pivot.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Custom.Transport.Read.Action(System.String, System.String actionName)
- Pivot.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Custom.Transport.Read.Cache(Boolean isEnabled)
- Pivot.Custom.Transport.Read.ContentType(System.String type)
- Pivot.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Custom.Transport.Read.Data(System.String handler)
- Pivot.Custom.Transport.Read.DataType(System.String type)
- Pivot.Custom.Transport.Read.Headers(System.Object headers)
- Pivot.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Custom.Transport.Read.Route(System.String, System.Object routeName)
- Pivot.Custom.Transport.Read.Route(System.String routeName)
- Pivot.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Custom.Transport.Read.Url(System.String url)
- Pivot.Custom.Transport.Read(System.Object settings)
- Pivot.Custom.Transport.Read(System.String handler)
- Pivot.Xmla()
- Pivot.Xmla.Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory> addColumnAction)
- Pivot.Xmla.Columns.Add(System.String name)
- Pivot.Xmla.Columns.Add.Expand(Boolean isExpanded)
- Pivot.Xmla.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Pivot.Xmla.Events.Change(System.String handler)
- Pivot.Xmla.Events.Change(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Events.Error(System.String handler)
- Pivot.Xmla.Events.Error(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Events.Push(System.String handler)
- Pivot.Xmla.Events.Push(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Events.RequestEnd(System.String handler)
- Pivot.Xmla.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Events.RequestStart(System.String handler)
- Pivot.Xmla.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Events.Sync(System.String handler)
- Pivot.Xmla.Events.Sync(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder> configurator)
- Pivot.Xmla.Measures.Add()
- Pivot.Xmla.Measures.Add.Name(System.String name)
- Pivot.Xmla.Measures.Add.Type(System.String type)
- Pivot.Xmla.Measures.Axis(Kendo.Mvc.UI.PivotDataSourceMeasureAxis axis)
- Pivot.Xmla.Measures.Values(System.String<> values)
- Pivot.Xmla.Measures.Values(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureDescriptorFactory> addAction)
- Pivot.Xmla.Measures.Values.Add()
- Pivot.Xmla.Measures.Values.Add.Name(System.String name)
- Pivot.Xmla.Measures.Values.Add.Type(System.String type)
- Pivot.Xmla.Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory> addRowAction)
- Pivot.Xmla.Rows.Add(System.String name)
- Pivot.Xmla.Rows.Add.Expand(Boolean isExpanded)
- Pivot.Xmla.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<System.Object>> configurator)
- Pivot.Xmla.Sort.Add(System.Linq.Expressions.Expression<System.Func<System.Object,TValue>> expression)
- Pivot.Xmla.Sort.Add.Ascending()
- Pivot.Xmla.Sort.Add.Descending()
- Pivot.Xmla.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Pivot.Xmla.Sort.Add(System.String fieldName)
- Pivot.Xmla.Sort.Add(System.String memberName)
- Pivot.Xmla.Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportBuilder> configurator)
- Pivot.Xmla.Transport.Connection(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportConnectionBuilder> configurator)
- Pivot.Xmla.Transport.Connection.Catalog(System.String catalog)
- Pivot.Xmla.Transport.Connection.Cube(System.String cube)
- Pivot.Xmla.Transport.Discover(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Pivot.Xmla.Transport.Discover.Action(System.String, System.String, System.Object actionName)
- Pivot.Xmla.Transport.Discover.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Xmla.Transport.Discover.Action(System.String, System.String actionName)
- Pivot.Xmla.Transport.Discover.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Xmla.Transport.Discover.Cache(Boolean isEnabled)
- Pivot.Xmla.Transport.Discover.ContentType(System.String type)
- Pivot.Xmla.Transport.Discover.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Transport.Discover.Data(System.String handler)
- Pivot.Xmla.Transport.Discover.DataType(System.String type)
- Pivot.Xmla.Transport.Discover.Headers(System.Object headers)
- Pivot.Xmla.Transport.Discover.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Xmla.Transport.Discover.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Xmla.Transport.Discover.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Xmla.Transport.Discover.Route(System.String, System.Object routeName)
- Pivot.Xmla.Transport.Discover.Route(System.String routeName)
- Pivot.Xmla.Transport.Discover.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Xmla.Transport.Discover.Url(System.String url)
- Pivot.Xmla.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Pivot.Xmla.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Pivot.Xmla.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Pivot.Xmla.Transport.Read.Action(System.String, System.String actionName)
- Pivot.Xmla.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Pivot.Xmla.Transport.Read.Cache(Boolean isEnabled)
- Pivot.Xmla.Transport.Read.ContentType(System.String type)
- Pivot.Xmla.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Pivot.Xmla.Transport.Read.Data(System.String handler)
- Pivot.Xmla.Transport.Read.DataType(System.String type)
- Pivot.Xmla.Transport.Read.Headers(System.Object headers)
- Pivot.Xmla.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Pivot.Xmla.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Pivot.Xmla.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Pivot.Xmla.Transport.Read.Route(System.String, System.Object routeName)
- Pivot.Xmla.Transport.Read.Route(System.String routeName)
- Pivot.Xmla.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Pivot.Xmla.Transport.Read.Url(System.String url)
- Pivot.Xmla.Transport.Read(System.String url)
- Render()
- Scheduler(System.Action<Kendo.Mvc.UI.Fluent.SchedulerAjaxDataSourceBuilder<T>> configurator)
- Scheduler.AccentFoldingFiltering(System.String culture)
- Scheduler.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Scheduler.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Aggregates.Add.Average()
- Scheduler.Aggregates.Add.Count()
- Scheduler.Aggregates.Add.Max()
- Scheduler.Aggregates.Add.Min()
- Scheduler.Aggregates.Add.Sum()
- Scheduler.Aggregates.Add(System.String, System.Type memberName)
- Scheduler.AutoSync(Boolean enabled)
- Scheduler.Batch(Boolean enabled)
- Scheduler.CaseSensitiveFiltering()
- Scheduler.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.Create.Action(System.String, System.String, System.Object actionName)
- Scheduler.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Create.Action(System.String, System.String actionName)
- Scheduler.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Create.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Create.Data(System.String handler)
- Scheduler.Create.Headers(System.Object headers)
- Scheduler.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Create.Route(System.String, System.Object routeName)
- Scheduler.Create.Route(System.String routeName)
- Scheduler.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Create.Url(System.String url)
- Scheduler.Create(System.String, System.String actionName)
- Scheduler.Create(System.String, System.String, System.Object actionName)
- Scheduler.Custom()
- Scheduler.Custom.AccentFoldingFiltering(System.String culture)
- Scheduler.Custom.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Scheduler.Custom.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Aggregates.Add.Average()
- Scheduler.Custom.Aggregates.Add.Count()
- Scheduler.Custom.Aggregates.Add.Max()
- Scheduler.Custom.Aggregates.Add.Min()
- Scheduler.Custom.Aggregates.Add.Sum()
- Scheduler.Custom.Aggregates.Add(System.String, System.Type memberName)
- Scheduler.Custom.AutoSync(Boolean enabled)
- Scheduler.Custom.Batch(Boolean enabled)
- Scheduler.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Scheduler.Custom.Events.Change(System.String handler)
- Scheduler.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Events.Error(System.String handler)
- Scheduler.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Events.Push(System.String handler)
- Scheduler.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Events.RequestEnd(System.String handler)
- Scheduler.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Events.RequestStart(System.String handler)
- Scheduler.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Events.Sync(System.String handler)
- Scheduler.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Scheduler.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Scheduler.Custom.Filter.Add.IsEqualTo(TValue value)
- Scheduler.Custom.Filter.Add.IsNotEqualTo(TValue value)
- Scheduler.Custom.Filter.Add.IsNotNull()
- Scheduler.Custom.Filter.Add.IsNull()
- Scheduler.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Scheduler.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Filter.Add.IsGreaterThan(TValue value)
- Scheduler.Custom.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Scheduler.Custom.Filter.Add.IsLessThan(TValue value)
- Scheduler.Custom.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Scheduler.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Scheduler.Custom.Filter.Add.Contains(System.String value)
- Scheduler.Custom.Filter.Add.DoesNotContain(System.String value)
- Scheduler.Custom.Filter.Add.EndsWith(System.String value)
- Scheduler.Custom.Filter.Add.IsEmpty()
- Scheduler.Custom.Filter.Add.IsEqualTo(System.String value)
- Scheduler.Custom.Filter.Add.IsNotEmpty()
- Scheduler.Custom.Filter.Add.IsNotEqualTo(System.String value)
- Scheduler.Custom.Filter.Add.StartsWith(System.String value)
- Scheduler.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Scheduler.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Scheduler.Custom.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Scheduler.Custom.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Group.Add(System.String memberName)
- Scheduler.Custom.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.Custom.Group.Add(System.String, System.Type memberName)
- Scheduler.Custom.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.Custom.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Group.AddDescending(System.String memberName)
- Scheduler.Custom.Group.AddDescending(System.String, System.Type memberName)
- Scheduler.Custom.GroupPaging(Boolean enabled)
- Scheduler.Custom.Page(Int32 page)
- Scheduler.Custom.PageSize(Int32 pageSize)
- Scheduler.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- Scheduler.Custom.Schema.Aggregates(System.String aggregates)
- Scheduler.Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Data(System.String data)
- Scheduler.Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Errors(System.String errors)
- Scheduler.Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Groups(System.String groups)
- Scheduler.Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Scheduler.Custom.Schema.Model.ClearFields()
- Scheduler.Custom.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Schema.Model.Field.DefaultValue(T value)
- Scheduler.Custom.Schema.Model.Field.DefaultValue(System.Object value)
- Scheduler.Custom.Schema.Model.Field.Editable()
- Scheduler.Custom.Schema.Model.Field.Editable(Boolean enabled)
- Scheduler.Custom.Schema.Model.Field.From(System.String fromField)
- Scheduler.Custom.Schema.Model.Field.Parse(System.String handler)
- Scheduler.Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Model.Field(System.String, System.Type memberName)
- Scheduler.Custom.Schema.Model.Field(System.String memberName)
- Scheduler.Custom.Schema.Model.Id(System.String fieldName)
- Scheduler.Custom.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Schema.Model(System.Object settings)
- Scheduler.Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Total(System.String total)
- Scheduler.Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Schema.Type(System.String type)
- Scheduler.Custom.ServerAggregates(Boolean enabled)
- Scheduler.Custom.ServerFiltering(Boolean enabled)
- Scheduler.Custom.ServerGrouping(Boolean enabled)
- Scheduler.Custom.ServerPaging(Boolean enabled)
- Scheduler.Custom.ServerSorting(Boolean enabled)
- Scheduler.Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Scheduler.Custom.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Custom.Sort.Add.Ascending()
- Scheduler.Custom.Sort.Add.Descending()
- Scheduler.Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Scheduler.Custom.Sort.Add(System.String fieldName)
- Scheduler.Custom.Sort.Add(System.String memberName)
- Scheduler.Custom.Total(Int32 total)
- Scheduler.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder> configurator)
- Scheduler.Custom.Transport.Batch(System.Object settings)
- Scheduler.Custom.Transport.Cache(Boolean cache)
- Scheduler.Custom.Transport.Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Scheduler.Custom.Transport.Create.Action(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Custom.Transport.Create.Action(System.String, System.String actionName)
- Scheduler.Custom.Transport.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Custom.Transport.Create.Cache(Boolean isEnabled)
- Scheduler.Custom.Transport.Create.ContentType(System.String type)
- Scheduler.Custom.Transport.Create.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Transport.Create.Data(System.String handler)
- Scheduler.Custom.Transport.Create.DataType(System.String type)
- Scheduler.Custom.Transport.Create.Headers(System.Object headers)
- Scheduler.Custom.Transport.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Custom.Transport.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Custom.Transport.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Custom.Transport.Create.Route(System.String, System.Object routeName)
- Scheduler.Custom.Transport.Create.Route(System.String routeName)
- Scheduler.Custom.Transport.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Custom.Transport.Create.Url(System.String url)
- Scheduler.Custom.Transport.Create(System.String, System.String actionName)
- Scheduler.Custom.Transport.Create(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Create(System.Object settings)
- Scheduler.Custom.Transport.Create(System.String handler)
- Scheduler.Custom.Transport.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Scheduler.Custom.Transport.Destroy.Action(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Custom.Transport.Destroy.Action(System.String, System.String actionName)
- Scheduler.Custom.Transport.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Custom.Transport.Destroy.Cache(Boolean isEnabled)
- Scheduler.Custom.Transport.Destroy.ContentType(System.String type)
- Scheduler.Custom.Transport.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Transport.Destroy.Data(System.String handler)
- Scheduler.Custom.Transport.Destroy.DataType(System.String type)
- Scheduler.Custom.Transport.Destroy.Headers(System.Object headers)
- Scheduler.Custom.Transport.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Custom.Transport.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Custom.Transport.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Custom.Transport.Destroy.Route(System.String, System.Object routeName)
- Scheduler.Custom.Transport.Destroy.Route(System.String routeName)
- Scheduler.Custom.Transport.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Custom.Transport.Destroy.Url(System.String url)
- Scheduler.Custom.Transport.Destroy(System.String, System.String actionName)
- Scheduler.Custom.Transport.Destroy(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Destroy(System.Object settings)
- Scheduler.Custom.Transport.Destroy(System.String handler)
- Scheduler.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Transport.ParameterMap(System.String handler)
- Scheduler.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Scheduler.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Custom.Transport.Read.Action(System.String, System.String actionName)
- Scheduler.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Custom.Transport.Read.Cache(Boolean isEnabled)
- Scheduler.Custom.Transport.Read.ContentType(System.String type)
- Scheduler.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Transport.Read.Data(System.String handler)
- Scheduler.Custom.Transport.Read.DataType(System.String type)
- Scheduler.Custom.Transport.Read.Headers(System.Object headers)
- Scheduler.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Custom.Transport.Read.Route(System.String, System.Object routeName)
- Scheduler.Custom.Transport.Read.Route(System.String routeName)
- Scheduler.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Custom.Transport.Read.Url(System.String url)
- Scheduler.Custom.Transport.Read(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Read(System.String, System.String actionName)
- Scheduler.Custom.Transport.Read(System.Object settings)
- Scheduler.Custom.Transport.Read(System.String handler)
- Scheduler.Custom.Transport.Submit(System.String handler)
- Scheduler.Custom.Transport.Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- Scheduler.Custom.Transport.Update.Action(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Custom.Transport.Update.Action(System.String, System.String actionName)
- Scheduler.Custom.Transport.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Custom.Transport.Update.Cache(Boolean isEnabled)
- Scheduler.Custom.Transport.Update.ContentType(System.String type)
- Scheduler.Custom.Transport.Update.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Custom.Transport.Update.Data(System.String handler)
- Scheduler.Custom.Transport.Update.DataType(System.String type)
- Scheduler.Custom.Transport.Update.Headers(System.Object headers)
- Scheduler.Custom.Transport.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Custom.Transport.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Custom.Transport.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Custom.Transport.Update.Route(System.String, System.Object routeName)
- Scheduler.Custom.Transport.Update.Route(System.String routeName)
- Scheduler.Custom.Transport.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Custom.Transport.Update.Url(System.String url)
- Scheduler.Custom.Transport.Update(System.String, System.String actionName)
- Scheduler.Custom.Transport.Update(System.String, System.String, System.Object actionName)
- Scheduler.Custom.Transport.Update(System.Object settings)
- Scheduler.Custom.Transport.Update(System.String handler)
- Scheduler.Custom.Transport(System.Object settings)
- Scheduler.Custom.Type(System.String type)
- Scheduler.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.Destroy.Action(System.String, System.String, System.Object actionName)
- Scheduler.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Destroy.Action(System.String, System.String actionName)
- Scheduler.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Destroy.Data(System.String handler)
- Scheduler.Destroy.Headers(System.Object headers)
- Scheduler.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Destroy.Route(System.String, System.Object routeName)
- Scheduler.Destroy.Route(System.String routeName)
- Scheduler.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Destroy.Url(System.String url)
- Scheduler.Destroy(System.String, System.String actionName)
- Scheduler.Destroy(System.String, System.String, System.Object actionName)
- Scheduler.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Scheduler.Events.Change(System.String handler)
- Scheduler.Events.Change(System.Func<System.Object,System.Object> handler)
- Scheduler.Events.Error(System.String handler)
- Scheduler.Events.Error(System.Func<System.Object,System.Object> handler)
- Scheduler.Events.Push(System.String handler)
- Scheduler.Events.Push(System.Func<System.Object,System.Object> handler)
- Scheduler.Events.RequestEnd(System.String handler)
- Scheduler.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Scheduler.Events.RequestStart(System.String handler)
- Scheduler.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Scheduler.Events.Sync(System.String handler)
- Scheduler.Events.Sync(System.Func<System.Object,System.Object> handler)
- Scheduler.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Scheduler.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Scheduler.Filter.Add.IsEqualTo(TValue value)
- Scheduler.Filter.Add.IsNotEqualTo(TValue value)
- Scheduler.Filter.Add.IsNotNull()
- Scheduler.Filter.Add.IsNull()
- Scheduler.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Scheduler.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Filter.Add.IsGreaterThan(TValue value)
- Scheduler.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Scheduler.Filter.Add.IsLessThan(TValue value)
- Scheduler.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Scheduler.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Scheduler.Filter.Add.Contains(System.String value)
- Scheduler.Filter.Add.DoesNotContain(System.String value)
- Scheduler.Filter.Add.EndsWith(System.String value)
- Scheduler.Filter.Add.IsEmpty()
- Scheduler.Filter.Add.IsEqualTo(System.String value)
- Scheduler.Filter.Add.IsNotEmpty()
- Scheduler.Filter.Add.IsNotEqualTo(System.String value)
- Scheduler.Filter.Add.StartsWith(System.String value)
- Scheduler.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Scheduler.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Scheduler.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Scheduler.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Group.Add(System.String memberName)
- Scheduler.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.Group.Add(System.String, System.Type memberName)
- Scheduler.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Group.AddDescending(System.String memberName)
- Scheduler.Group.AddDescending(System.String, System.Type memberName)
- Scheduler.GroupPaging(Boolean enabled)
- Scheduler.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSchedulerModelDescriptorFactory<TModel>> configurator)
- Scheduler.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Model.Field.DefaultValue(T value)
- Scheduler.Model.Field.DefaultValue(System.Object value)
- Scheduler.Model.Field.Editable()
- Scheduler.Model.Field.Editable(Boolean enabled)
- Scheduler.Model.Field(System.String, System.Type memberName)
- Scheduler.Model.Field(System.String memberName)
- Scheduler.Model.Id(System.String fieldName)
- Scheduler.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Model.RecurrenceId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Model.RecurrenceId(System.String fieldName)
- Scheduler.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- Scheduler.OfflineStorage(System.String key)
- Scheduler.OfflineStorage(System.String, System.String getItem)
- Scheduler.PageSize(Int32 pageSize)
- Scheduler.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.Read.Action(System.String, System.String, System.Object actionName)
- Scheduler.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Read.Action(System.String, System.String actionName)
- Scheduler.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Read.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Read.Data(System.String handler)
- Scheduler.Read.Headers(System.Object headers)
- Scheduler.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Read.Route(System.String, System.Object routeName)
- Scheduler.Read.Route(System.String routeName)
- Scheduler.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Read.Url(System.String url)
- Scheduler.Read(System.String, System.String, System.Object actionName)
- Scheduler.Read(System.String, System.String actionName)
- Scheduler.ServerOperation(Boolean enabled)
- Scheduler.SignalR()
- Scheduler.SignalR.AccentFoldingFiltering(System.String culture)
- Scheduler.SignalR.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Scheduler.SignalR.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Aggregates.Add.Average()
- Scheduler.SignalR.Aggregates.Add.Count()
- Scheduler.SignalR.Aggregates.Add.Max()
- Scheduler.SignalR.Aggregates.Add.Min()
- Scheduler.SignalR.Aggregates.Add.Sum()
- Scheduler.SignalR.Aggregates.Add(System.String, System.Type memberName)
- Scheduler.SignalR.AutoSync(Boolean enabled)
- Scheduler.SignalR.Batch(Boolean enabled)
- Scheduler.SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Scheduler.SignalR.Events.Change(System.String handler)
- Scheduler.SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Events.Error(System.String handler)
- Scheduler.SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Events.Push(System.String handler)
- Scheduler.SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Events.RequestEnd(System.String handler)
- Scheduler.SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Events.RequestStart(System.String handler)
- Scheduler.SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Events.Sync(System.String handler)
- Scheduler.SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Scheduler.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Scheduler.SignalR.Filter.Add.IsEqualTo(TValue value)
- Scheduler.SignalR.Filter.Add.IsNotEqualTo(TValue value)
- Scheduler.SignalR.Filter.Add.IsNotNull()
- Scheduler.SignalR.Filter.Add.IsNull()
- Scheduler.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Scheduler.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Filter.Add.IsGreaterThan(TValue value)
- Scheduler.SignalR.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Scheduler.SignalR.Filter.Add.IsLessThan(TValue value)
- Scheduler.SignalR.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Scheduler.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Scheduler.SignalR.Filter.Add.Contains(System.String value)
- Scheduler.SignalR.Filter.Add.DoesNotContain(System.String value)
- Scheduler.SignalR.Filter.Add.EndsWith(System.String value)
- Scheduler.SignalR.Filter.Add.IsEmpty()
- Scheduler.SignalR.Filter.Add.IsEqualTo(System.String value)
- Scheduler.SignalR.Filter.Add.IsNotEmpty()
- Scheduler.SignalR.Filter.Add.IsNotEqualTo(System.String value)
- Scheduler.SignalR.Filter.Add.StartsWith(System.String value)
- Scheduler.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Scheduler.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Scheduler.SignalR.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Scheduler.SignalR.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Group.Add(System.String memberName)
- Scheduler.SignalR.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.SignalR.Group.Add(System.String, System.Type memberName)
- Scheduler.SignalR.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.SignalR.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Group.AddDescending(System.String memberName)
- Scheduler.SignalR.Group.AddDescending(System.String, System.Type memberName)
- Scheduler.SignalR.Page(Int32 page)
- Scheduler.SignalR.PageSize(Int32 pageSize)
- Scheduler.SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- Scheduler.SignalR.Schema.Aggregates(System.String aggregates)
- Scheduler.SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Data(System.String data)
- Scheduler.SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Errors(System.String errors)
- Scheduler.SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Groups(System.String groups)
- Scheduler.SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- Scheduler.SignalR.Schema.Model.ClearFields()
- Scheduler.SignalR.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Schema.Model.Field.DefaultValue(T value)
- Scheduler.SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- Scheduler.SignalR.Schema.Model.Field.Editable()
- Scheduler.SignalR.Schema.Model.Field.Editable(Boolean enabled)
- Scheduler.SignalR.Schema.Model.Field.From(System.String fromField)
- Scheduler.SignalR.Schema.Model.Field.Parse(System.String handler)
- Scheduler.SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Model.Field(System.String, System.Type memberName)
- Scheduler.SignalR.Schema.Model.Field(System.String memberName)
- Scheduler.SignalR.Schema.Model.Id(System.String fieldName)
- Scheduler.SignalR.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Schema.Model(System.Object settings)
- Scheduler.SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Total(System.String total)
- Scheduler.SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Schema.Type(System.String type)
- Scheduler.SignalR.ServerAggregates(Boolean enabled)
- Scheduler.SignalR.ServerFiltering(Boolean enabled)
- Scheduler.SignalR.ServerGrouping(Boolean enabled)
- Scheduler.SignalR.ServerPaging(Boolean enabled)
- Scheduler.SignalR.ServerSorting(Boolean enabled)
- Scheduler.SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Scheduler.SignalR.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.SignalR.Sort.Add.Ascending()
- Scheduler.SignalR.Sort.Add.Descending()
- Scheduler.SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Scheduler.SignalR.Sort.Add(System.String fieldName)
- Scheduler.SignalR.Sort.Add(System.String memberName)
- Scheduler.SignalR.Total(Int32 total)
- Scheduler.SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- Scheduler.SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Scheduler.SignalR.Transport.Client.Create(System.String method)
- Scheduler.SignalR.Transport.Client.Destroy(System.String method)
- Scheduler.SignalR.Transport.Client.Read(System.String method)
- Scheduler.SignalR.Transport.Client.Update(System.String method)
- Scheduler.SignalR.Transport.Client(System.Object settings)
- Scheduler.SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Transport.Hub(System.String handler)
- Scheduler.SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Transport.ParameterMap(System.String handler)
- Scheduler.SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- Scheduler.SignalR.Transport.Promise(System.String handler)
- Scheduler.SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- Scheduler.SignalR.Transport.Server.Create(System.String method)
- Scheduler.SignalR.Transport.Server.Destroy(System.String method)
- Scheduler.SignalR.Transport.Server.Read(System.String method)
- Scheduler.SignalR.Transport.Server.Update(System.String method)
- Scheduler.SignalR.Transport.Server(System.Object settings)
- Scheduler.SignalR.Transport(System.Object settings)
- Scheduler.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Scheduler.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.Sort.Add.Ascending()
- Scheduler.Sort.Add.Descending()
- Scheduler.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Scheduler.Sort.Add(System.String fieldName)
- Scheduler.Sort.Add(System.String memberName)
- Scheduler.Total(Int32 total)
- Scheduler.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.Update.Action(System.String, System.String, System.Object actionName)
- Scheduler.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.Update.Action(System.String, System.String actionName)
- Scheduler.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.Update.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.Update.Data(System.String handler)
- Scheduler.Update.Headers(System.Object headers)
- Scheduler.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.Update.Route(System.String, System.Object routeName)
- Scheduler.Update.Route(System.String routeName)
- Scheduler.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.Update.Url(System.String url)
- Scheduler.Update(System.String, System.String actionName)
- Scheduler.Update(System.String, System.String, System.Object actionName)
- Scheduler.WebApi()
- Scheduler.WebApi.AccentFoldingFiltering(System.String culture)
- Scheduler.WebApi.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- Scheduler.WebApi.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Aggregates.Add.Average()
- Scheduler.WebApi.Aggregates.Add.Count()
- Scheduler.WebApi.Aggregates.Add.Max()
- Scheduler.WebApi.Aggregates.Add.Min()
- Scheduler.WebApi.Aggregates.Add.Sum()
- Scheduler.WebApi.Aggregates.Add(System.String, System.Type memberName)
- Scheduler.WebApi.AutoSync(Boolean enabled)
- Scheduler.WebApi.CaseSensitiveFiltering()
- Scheduler.WebApi.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.WebApi.Create.Action(System.String, System.String, System.Object actionName)
- Scheduler.WebApi.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.WebApi.Create.Action(System.String, System.String actionName)
- Scheduler.WebApi.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.WebApi.Create.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Create.Data(System.String handler)
- Scheduler.WebApi.Create.Headers(System.Object headers)
- Scheduler.WebApi.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.WebApi.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.WebApi.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.WebApi.Create.Route(System.String, System.Object routeName)
- Scheduler.WebApi.Create.Route(System.String routeName)
- Scheduler.WebApi.Create.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.WebApi.Create.Url(System.String url)
- Scheduler.WebApi.Create(System.String url)
- Scheduler.WebApi.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.WebApi.Destroy.Action(System.String, System.String, System.Object actionName)
- Scheduler.WebApi.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.WebApi.Destroy.Action(System.String, System.String actionName)
- Scheduler.WebApi.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.WebApi.Destroy.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Destroy.Data(System.String handler)
- Scheduler.WebApi.Destroy.Headers(System.Object headers)
- Scheduler.WebApi.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.WebApi.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.WebApi.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.WebApi.Destroy.Route(System.String, System.Object routeName)
- Scheduler.WebApi.Destroy.Route(System.String routeName)
- Scheduler.WebApi.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.WebApi.Destroy.Url(System.String url)
- Scheduler.WebApi.Destroy(System.String url)
- Scheduler.WebApi.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- Scheduler.WebApi.Events.Change(System.String handler)
- Scheduler.WebApi.Events.Change(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Events.Error(System.String handler)
- Scheduler.WebApi.Events.Error(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Events.Push(System.String handler)
- Scheduler.WebApi.Events.Push(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Events.RequestEnd(System.String handler)
- Scheduler.WebApi.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Events.RequestStart(System.String handler)
- Scheduler.WebApi.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Events.Sync(System.String handler)
- Scheduler.WebApi.Events.Sync(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- Scheduler.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- Scheduler.WebApi.Filter.Add.IsEqualTo(TValue value)
- Scheduler.WebApi.Filter.Add.IsNotEqualTo(TValue value)
- Scheduler.WebApi.Filter.Add.IsNotNull()
- Scheduler.WebApi.Filter.Add.IsNull()
- Scheduler.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- Scheduler.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Filter.Add.IsGreaterThan(TValue value)
- Scheduler.WebApi.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- Scheduler.WebApi.Filter.Add.IsLessThan(TValue value)
- Scheduler.WebApi.Filter.Add.IsLessThanOrEqualTo(TValue value)
- Scheduler.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- Scheduler.WebApi.Filter.Add.Contains(System.String value)
- Scheduler.WebApi.Filter.Add.DoesNotContain(System.String value)
- Scheduler.WebApi.Filter.Add.EndsWith(System.String value)
- Scheduler.WebApi.Filter.Add.IsEmpty()
- Scheduler.WebApi.Filter.Add.IsEqualTo(System.String value)
- Scheduler.WebApi.Filter.Add.IsNotEmpty()
- Scheduler.WebApi.Filter.Add.IsNotEqualTo(System.String value)
- Scheduler.WebApi.Filter.Add.StartsWith(System.String value)
- Scheduler.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- Scheduler.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- Scheduler.WebApi.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- Scheduler.WebApi.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Group.Add(System.String memberName)
- Scheduler.WebApi.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.WebApi.Group.Add(System.String, System.Type memberName)
- Scheduler.WebApi.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- Scheduler.WebApi.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Group.AddDescending(System.String memberName)
- Scheduler.WebApi.Group.AddDescending(System.String, System.Type memberName)
- Scheduler.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSchedulerModelDescriptorFactory<TModel>> configurator)
- Scheduler.WebApi.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Model.Field.DefaultValue(T value)
- Scheduler.WebApi.Model.Field.DefaultValue(System.Object value)
- Scheduler.WebApi.Model.Field.Editable()
- Scheduler.WebApi.Model.Field.Editable(Boolean enabled)
- Scheduler.WebApi.Model.Field(System.String, System.Type memberName)
- Scheduler.WebApi.Model.Field(System.String memberName)
- Scheduler.WebApi.Model.Id(System.String fieldName)
- Scheduler.WebApi.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Model.RecurrenceId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Model.RecurrenceId(System.String fieldName)
- Scheduler.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- Scheduler.WebApi.PageSize(Int32 pageSize)
- Scheduler.WebApi.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.WebApi.Read.Action(System.String, System.String, System.Object actionName)
- Scheduler.WebApi.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.WebApi.Read.Action(System.String, System.String actionName)
- Scheduler.WebApi.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.WebApi.Read.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Read.Data(System.String handler)
- Scheduler.WebApi.Read.Headers(System.Object headers)
- Scheduler.WebApi.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.WebApi.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.WebApi.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.WebApi.Read.Route(System.String, System.Object routeName)
- Scheduler.WebApi.Read.Route(System.String routeName)
- Scheduler.WebApi.Read.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.WebApi.Read.Url(System.String url)
- Scheduler.WebApi.Read(System.String url)
- Scheduler.WebApi.ServerOperation(Boolean enabled)
- Scheduler.WebApi.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- Scheduler.WebApi.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- Scheduler.WebApi.Sort.Add.Ascending()
- Scheduler.WebApi.Sort.Add.Descending()
- Scheduler.WebApi.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- Scheduler.WebApi.Sort.Add(System.String fieldName)
- Scheduler.WebApi.Sort.Add(System.String memberName)
- Scheduler.WebApi.Total(Int32 total)
- Scheduler.WebApi.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- Scheduler.WebApi.Update.Action(System.String, System.String, System.Object actionName)
- Scheduler.WebApi.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- Scheduler.WebApi.Update.Action(System.String, System.String actionName)
- Scheduler.WebApi.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- Scheduler.WebApi.Update.Data(System.Func<System.Object,System.Object> handler)
- Scheduler.WebApi.Update.Data(System.String handler)
- Scheduler.WebApi.Update.Headers(System.Object headers)
- Scheduler.WebApi.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- Scheduler.WebApi.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- Scheduler.WebApi.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- Scheduler.WebApi.Update.Route(System.String, System.Object routeName)
- Scheduler.WebApi.Update.Route(System.String routeName)
- Scheduler.WebApi.Update.Type(System.Web.Mvc.HttpVerbs verb)
- Scheduler.WebApi.Update.Url(System.String url)
- Scheduler.WebApi.Update(System.String url)
- SignalR(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceBuilder<T>> configurator)
- SignalR.AccentFoldingFiltering(System.String culture)
- SignalR.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- SignalR.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Aggregates.Add.Average()
- SignalR.Aggregates.Add.Count()
- SignalR.Aggregates.Add.Max()
- SignalR.Aggregates.Add.Min()
- SignalR.Aggregates.Add.Sum()
- SignalR.Aggregates.Add(System.String, System.Type memberName)
- SignalR.AutoSync(Boolean enabled)
- SignalR.Batch(Boolean enabled)
- SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- SignalR.Events.Change(System.String handler)
- SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- SignalR.Events.Error(System.String handler)
- SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- SignalR.Events.Push(System.String handler)
- SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- SignalR.Events.RequestEnd(System.String handler)
- SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- SignalR.Events.RequestStart(System.String handler)
- SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- SignalR.Events.Sync(System.String handler)
- SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- SignalR.Filter.Add.IsEqualTo(TValue value)
- SignalR.Filter.Add.IsNotEqualTo(TValue value)
- SignalR.Filter.Add.IsNotNull()
- SignalR.Filter.Add.IsNull()
- SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Filter.Add.IsGreaterThan(TValue value)
- SignalR.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- SignalR.Filter.Add.IsLessThan(TValue value)
- SignalR.Filter.Add.IsLessThanOrEqualTo(TValue value)
- SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- SignalR.Filter.Add.Contains(System.String value)
- SignalR.Filter.Add.DoesNotContain(System.String value)
- SignalR.Filter.Add.EndsWith(System.String value)
- SignalR.Filter.Add.IsEmpty()
- SignalR.Filter.Add.IsEqualTo(System.String value)
- SignalR.Filter.Add.IsNotEmpty()
- SignalR.Filter.Add.IsNotEqualTo(System.String value)
- SignalR.Filter.Add.StartsWith(System.String value)
- SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- SignalR.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- SignalR.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Group.Add(System.String memberName)
- SignalR.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- SignalR.Group.Add(System.String, System.Type memberName)
- SignalR.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- SignalR.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Group.AddDescending(System.String memberName)
- SignalR.Group.AddDescending(System.String, System.Type memberName)
- SignalR.Page(Int32 page)
- SignalR.PageSize(Int32 pageSize)
- SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- SignalR.Schema.Aggregates(System.String aggregates)
- SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Data(System.String data)
- SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Errors(System.String errors)
- SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Groups(System.String groups)
- SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- SignalR.Schema.Model.ClearFields()
- SignalR.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Schema.Model.Field.DefaultValue(T value)
- SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- SignalR.Schema.Model.Field.Editable()
- SignalR.Schema.Model.Field.Editable(Boolean enabled)
- SignalR.Schema.Model.Field.From(System.String fromField)
- SignalR.Schema.Model.Field.Parse(System.String handler)
- SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Model.Field(System.String, System.Type memberName)
- SignalR.Schema.Model.Field(System.String memberName)
- SignalR.Schema.Model.Id(System.String fieldName)
- SignalR.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Schema.Model(System.Object settings)
- SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Total(System.String total)
- SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- SignalR.Schema.Type(System.String type)
- SignalR.ServerAggregates(Boolean enabled)
- SignalR.ServerFiltering(Boolean enabled)
- SignalR.ServerGrouping(Boolean enabled)
- SignalR.ServerPaging(Boolean enabled)
- SignalR.ServerSorting(Boolean enabled)
- SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- SignalR.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- SignalR.Sort.Add.Ascending()
- SignalR.Sort.Add.Descending()
- SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- SignalR.Sort.Add(System.String fieldName)
- SignalR.Sort.Add(System.String memberName)
- SignalR.Total(Int32 total)
- SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- SignalR.Transport.Client.Create(System.String method)
- SignalR.Transport.Client.Destroy(System.String method)
- SignalR.Transport.Client.Read(System.String method)
- SignalR.Transport.Client.Update(System.String method)
- SignalR.Transport.Client(System.Object settings)
- SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- SignalR.Transport.Hub(System.String handler)
- SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- SignalR.Transport.ParameterMap(System.String handler)
- SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- SignalR.Transport.Promise(System.String handler)
- SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- SignalR.Transport.Server.Create(System.String method)
- SignalR.Transport.Server.Destroy(System.String method)
- SignalR.Transport.Server.Read(System.String method)
- SignalR.Transport.Server.Update(System.String method)
- SignalR.Transport.Server(System.Object settings)
- SignalR.Transport(System.Object settings)
- ToClientTemplate()
- ToComponent()
- ToHtmlString()
- TreeList(System.Action<Kendo.Mvc.UI.Fluent.TreeListAjaxDataSourceBuilder<T>> configurator)
- TreeList.AccentFoldingFiltering(System.String culture)
- TreeList.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- TreeList.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Aggregates.Add.Average()
- TreeList.Aggregates.Add.Count()
- TreeList.Aggregates.Add.Max()
- TreeList.Aggregates.Add.Min()
- TreeList.Aggregates.Add.Sum()
- TreeList.Aggregates.Add(System.String, System.Type memberName)
- TreeList.AutoSync(Boolean enabled)
- TreeList.Batch(Boolean enabled)
- TreeList.CaseSensitiveFiltering()
- TreeList.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.Create.Action(System.String, System.String, System.Object actionName)
- TreeList.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Create.Action(System.String, System.String actionName)
- TreeList.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Create.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Create.Data(System.String handler)
- TreeList.Create.Headers(System.Object headers)
- TreeList.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Create.Route(System.String, System.Object routeName)
- TreeList.Create.Route(System.String routeName)
- TreeList.Create.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Create.Url(System.String url)
- TreeList.Create(System.String, System.String actionName)
- TreeList.Create(System.String, System.String, System.Object actionName)
- TreeList.Custom()
- TreeList.Custom.AccentFoldingFiltering(System.String culture)
- TreeList.Custom.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- TreeList.Custom.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Aggregates.Add.Average()
- TreeList.Custom.Aggregates.Add.Count()
- TreeList.Custom.Aggregates.Add.Max()
- TreeList.Custom.Aggregates.Add.Min()
- TreeList.Custom.Aggregates.Add.Sum()
- TreeList.Custom.Aggregates.Add(System.String, System.Type memberName)
- TreeList.Custom.AutoSync(Boolean enabled)
- TreeList.Custom.Batch(Boolean enabled)
- TreeList.Custom.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- TreeList.Custom.Events.Change(System.String handler)
- TreeList.Custom.Events.Change(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Events.Error(System.String handler)
- TreeList.Custom.Events.Error(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Events.Push(System.String handler)
- TreeList.Custom.Events.Push(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Events.RequestEnd(System.String handler)
- TreeList.Custom.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Events.RequestStart(System.String handler)
- TreeList.Custom.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Events.Sync(System.String handler)
- TreeList.Custom.Events.Sync(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- TreeList.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- TreeList.Custom.Filter.Add.IsEqualTo(TValue value)
- TreeList.Custom.Filter.Add.IsNotEqualTo(TValue value)
- TreeList.Custom.Filter.Add.IsNotNull()
- TreeList.Custom.Filter.Add.IsNull()
- TreeList.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- TreeList.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Filter.Add.IsGreaterThan(TValue value)
- TreeList.Custom.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- TreeList.Custom.Filter.Add.IsLessThan(TValue value)
- TreeList.Custom.Filter.Add.IsLessThanOrEqualTo(TValue value)
- TreeList.Custom.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- TreeList.Custom.Filter.Add.Contains(System.String value)
- TreeList.Custom.Filter.Add.DoesNotContain(System.String value)
- TreeList.Custom.Filter.Add.EndsWith(System.String value)
- TreeList.Custom.Filter.Add.IsEmpty()
- TreeList.Custom.Filter.Add.IsEqualTo(System.String value)
- TreeList.Custom.Filter.Add.IsNotEmpty()
- TreeList.Custom.Filter.Add.IsNotEqualTo(System.String value)
- TreeList.Custom.Filter.Add.StartsWith(System.String value)
- TreeList.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- TreeList.Custom.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- TreeList.Custom.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- TreeList.Custom.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Group.Add(System.String memberName)
- TreeList.Custom.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.Custom.Group.Add(System.String, System.Type memberName)
- TreeList.Custom.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.Custom.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Group.AddDescending(System.String memberName)
- TreeList.Custom.Group.AddDescending(System.String, System.Type memberName)
- TreeList.Custom.GroupPaging(Boolean enabled)
- TreeList.Custom.Page(Int32 page)
- TreeList.Custom.PageSize(Int32 pageSize)
- TreeList.Custom.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- TreeList.Custom.Schema.Aggregates(System.String aggregates)
- TreeList.Custom.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Data(System.String data)
- TreeList.Custom.Schema.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Errors(System.String errors)
- TreeList.Custom.Schema.Errors(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Groups(System.String groups)
- TreeList.Custom.Schema.Groups(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- TreeList.Custom.Schema.Model.ClearFields()
- TreeList.Custom.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Schema.Model.Field.DefaultValue(T value)
- TreeList.Custom.Schema.Model.Field.DefaultValue(System.Object value)
- TreeList.Custom.Schema.Model.Field.Editable()
- TreeList.Custom.Schema.Model.Field.Editable(Boolean enabled)
- TreeList.Custom.Schema.Model.Field.From(System.String fromField)
- TreeList.Custom.Schema.Model.Field.Parse(System.String handler)
- TreeList.Custom.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Model.Field(System.String, System.Type memberName)
- TreeList.Custom.Schema.Model.Field(System.String memberName)
- TreeList.Custom.Schema.Model.Id(System.String fieldName)
- TreeList.Custom.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Schema.Model(System.Object settings)
- TreeList.Custom.Schema.Parse(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Total(System.String total)
- TreeList.Custom.Schema.Total(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Schema.Type(System.String type)
- TreeList.Custom.ServerAggregates(Boolean enabled)
- TreeList.Custom.ServerFiltering(Boolean enabled)
- TreeList.Custom.ServerGrouping(Boolean enabled)
- TreeList.Custom.ServerPaging(Boolean enabled)
- TreeList.Custom.ServerSorting(Boolean enabled)
- TreeList.Custom.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- TreeList.Custom.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Custom.Sort.Add.Ascending()
- TreeList.Custom.Sort.Add.Descending()
- TreeList.Custom.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- TreeList.Custom.Sort.Add(System.String fieldName)
- TreeList.Custom.Sort.Add(System.String memberName)
- TreeList.Custom.Total(Int32 total)
- TreeList.Custom.Transport(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder> configurator)
- TreeList.Custom.Transport.Batch(System.Object settings)
- TreeList.Custom.Transport.Cache(Boolean cache)
- TreeList.Custom.Transport.Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- TreeList.Custom.Transport.Create.Action(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Custom.Transport.Create.Action(System.String, System.String actionName)
- TreeList.Custom.Transport.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Custom.Transport.Create.Cache(Boolean isEnabled)
- TreeList.Custom.Transport.Create.ContentType(System.String type)
- TreeList.Custom.Transport.Create.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Transport.Create.Data(System.String handler)
- TreeList.Custom.Transport.Create.DataType(System.String type)
- TreeList.Custom.Transport.Create.Headers(System.Object headers)
- TreeList.Custom.Transport.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Custom.Transport.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Custom.Transport.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Custom.Transport.Create.Route(System.String, System.Object routeName)
- TreeList.Custom.Transport.Create.Route(System.String routeName)
- TreeList.Custom.Transport.Create.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Custom.Transport.Create.Url(System.String url)
- TreeList.Custom.Transport.Create(System.String, System.String actionName)
- TreeList.Custom.Transport.Create(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Create(System.Object settings)
- TreeList.Custom.Transport.Create(System.String handler)
- TreeList.Custom.Transport.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- TreeList.Custom.Transport.Destroy.Action(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Custom.Transport.Destroy.Action(System.String, System.String actionName)
- TreeList.Custom.Transport.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Custom.Transport.Destroy.Cache(Boolean isEnabled)
- TreeList.Custom.Transport.Destroy.ContentType(System.String type)
- TreeList.Custom.Transport.Destroy.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Transport.Destroy.Data(System.String handler)
- TreeList.Custom.Transport.Destroy.DataType(System.String type)
- TreeList.Custom.Transport.Destroy.Headers(System.Object headers)
- TreeList.Custom.Transport.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Custom.Transport.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Custom.Transport.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Custom.Transport.Destroy.Route(System.String, System.Object routeName)
- TreeList.Custom.Transport.Destroy.Route(System.String routeName)
- TreeList.Custom.Transport.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Custom.Transport.Destroy.Url(System.String url)
- TreeList.Custom.Transport.Destroy(System.String, System.String actionName)
- TreeList.Custom.Transport.Destroy(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Destroy(System.Object settings)
- TreeList.Custom.Transport.Destroy(System.String handler)
- TreeList.Custom.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Transport.ParameterMap(System.String handler)
- TreeList.Custom.Transport.Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- TreeList.Custom.Transport.Read.Action(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Custom.Transport.Read.Action(System.String, System.String actionName)
- TreeList.Custom.Transport.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Custom.Transport.Read.Cache(Boolean isEnabled)
- TreeList.Custom.Transport.Read.ContentType(System.String type)
- TreeList.Custom.Transport.Read.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Transport.Read.Data(System.String handler)
- TreeList.Custom.Transport.Read.DataType(System.String type)
- TreeList.Custom.Transport.Read.Headers(System.Object headers)
- TreeList.Custom.Transport.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Custom.Transport.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Custom.Transport.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Custom.Transport.Read.Route(System.String, System.Object routeName)
- TreeList.Custom.Transport.Read.Route(System.String routeName)
- TreeList.Custom.Transport.Read.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Custom.Transport.Read.Url(System.String url)
- TreeList.Custom.Transport.Read(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Read(System.String, System.String actionName)
- TreeList.Custom.Transport.Read(System.Object settings)
- TreeList.Custom.Transport.Read(System.String handler)
- TreeList.Custom.Transport.Submit(System.String handler)
- TreeList.Custom.Transport.Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder> configurator)
- TreeList.Custom.Transport.Update.Action(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Custom.Transport.Update.Action(System.String, System.String actionName)
- TreeList.Custom.Transport.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Custom.Transport.Update.Cache(Boolean isEnabled)
- TreeList.Custom.Transport.Update.ContentType(System.String type)
- TreeList.Custom.Transport.Update.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Custom.Transport.Update.Data(System.String handler)
- TreeList.Custom.Transport.Update.DataType(System.String type)
- TreeList.Custom.Transport.Update.Headers(System.Object headers)
- TreeList.Custom.Transport.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Custom.Transport.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Custom.Transport.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Custom.Transport.Update.Route(System.String, System.Object routeName)
- TreeList.Custom.Transport.Update.Route(System.String routeName)
- TreeList.Custom.Transport.Update.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Custom.Transport.Update.Url(System.String url)
- TreeList.Custom.Transport.Update(System.String, System.String actionName)
- TreeList.Custom.Transport.Update(System.String, System.String, System.Object actionName)
- TreeList.Custom.Transport.Update(System.Object settings)
- TreeList.Custom.Transport.Update(System.String handler)
- TreeList.Custom.Transport(System.Object settings)
- TreeList.Custom.Type(System.String type)
- TreeList.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.Destroy.Action(System.String, System.String, System.Object actionName)
- TreeList.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Destroy.Action(System.String, System.String actionName)
- TreeList.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Destroy.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Destroy.Data(System.String handler)
- TreeList.Destroy.Headers(System.Object headers)
- TreeList.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Destroy.Route(System.String, System.Object routeName)
- TreeList.Destroy.Route(System.String routeName)
- TreeList.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Destroy.Url(System.String url)
- TreeList.Destroy(System.String, System.String actionName)
- TreeList.Destroy(System.String, System.String, System.Object actionName)
- TreeList.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- TreeList.Events.Change(System.String handler)
- TreeList.Events.Change(System.Func<System.Object,System.Object> handler)
- TreeList.Events.Error(System.String handler)
- TreeList.Events.Error(System.Func<System.Object,System.Object> handler)
- TreeList.Events.Push(System.String handler)
- TreeList.Events.Push(System.Func<System.Object,System.Object> handler)
- TreeList.Events.RequestEnd(System.String handler)
- TreeList.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- TreeList.Events.RequestStart(System.String handler)
- TreeList.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- TreeList.Events.Sync(System.String handler)
- TreeList.Events.Sync(System.Func<System.Object,System.Object> handler)
- TreeList.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- TreeList.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- TreeList.Filter.Add.IsEqualTo(TValue value)
- TreeList.Filter.Add.IsNotEqualTo(TValue value)
- TreeList.Filter.Add.IsNotNull()
- TreeList.Filter.Add.IsNull()
- TreeList.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- TreeList.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Filter.Add.IsGreaterThan(TValue value)
- TreeList.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- TreeList.Filter.Add.IsLessThan(TValue value)
- TreeList.Filter.Add.IsLessThanOrEqualTo(TValue value)
- TreeList.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- TreeList.Filter.Add.Contains(System.String value)
- TreeList.Filter.Add.DoesNotContain(System.String value)
- TreeList.Filter.Add.EndsWith(System.String value)
- TreeList.Filter.Add.IsEmpty()
- TreeList.Filter.Add.IsEqualTo(System.String value)
- TreeList.Filter.Add.IsNotEmpty()
- TreeList.Filter.Add.IsNotEqualTo(System.String value)
- TreeList.Filter.Add.StartsWith(System.String value)
- TreeList.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- TreeList.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- TreeList.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- TreeList.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Group.Add(System.String memberName)
- TreeList.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.Group.Add(System.String, System.Type memberName)
- TreeList.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Group.AddDescending(System.String memberName)
- TreeList.Group.AddDescending(System.String, System.Type memberName)
- TreeList.GroupPaging(Boolean enabled)
- TreeList.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceTreeListModelDescriptorFactory<TModel>> configurator)
- TreeList.Model.Expanded(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Model.Expanded.DefaultValue(T value)
- TreeList.Model.Expanded.DefaultValue(System.Object value)
- TreeList.Model.Expanded.Editable()
- TreeList.Model.Expanded.Editable(Boolean enabled)
- TreeList.Model.Expanded.Nullable(Boolean value)
- TreeList.Model.Expanded(System.String memberName)
- TreeList.Model.Expanded(Boolean defaultValue)
- TreeList.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Model.Field.DefaultValue(T value)
- TreeList.Model.Field.DefaultValue(System.Object value)
- TreeList.Model.Field.Editable()
- TreeList.Model.Field.Editable(Boolean enabled)
- TreeList.Model.Field.Nullable(Boolean value)
- TreeList.Model.Field(System.String, System.Type memberName)
- TreeList.Model.Field(System.String memberName)
- TreeList.Model.Id(System.String fieldName)
- TreeList.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Model.ParentId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Model.ParentId.DefaultValue(T value)
- TreeList.Model.ParentId.DefaultValue(System.Object value)
- TreeList.Model.ParentId.Editable()
- TreeList.Model.ParentId.Editable(Boolean enabled)
- TreeList.Model.ParentId.Nullable(Boolean value)
- TreeList.Model.ParentId(System.String memberName)
- TreeList.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- TreeList.OfflineStorage(System.String key)
- TreeList.OfflineStorage(System.String, System.String getItem)
- TreeList.PageSize(Int32 pageSize)
- TreeList.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.Read.Action(System.String, System.String, System.Object actionName)
- TreeList.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Read.Action(System.String, System.String actionName)
- TreeList.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Read.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Read.Data(System.String handler)
- TreeList.Read.Headers(System.Object headers)
- TreeList.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Read.Route(System.String, System.Object routeName)
- TreeList.Read.Route(System.String routeName)
- TreeList.Read.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Read.Url(System.String url)
- TreeList.Read(System.String, System.String, System.Object actionName)
- TreeList.Read(System.String, System.String actionName)
- TreeList.ServerOperation(Boolean enabled)
- TreeList.SignalR()
- TreeList.SignalR.AccentFoldingFiltering(System.String culture)
- TreeList.SignalR.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- TreeList.SignalR.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Aggregates.Add.Average()
- TreeList.SignalR.Aggregates.Add.Count()
- TreeList.SignalR.Aggregates.Add.Max()
- TreeList.SignalR.Aggregates.Add.Min()
- TreeList.SignalR.Aggregates.Add.Sum()
- TreeList.SignalR.Aggregates.Add(System.String, System.Type memberName)
- TreeList.SignalR.AutoSync(Boolean enabled)
- TreeList.SignalR.Batch(Boolean enabled)
- TreeList.SignalR.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- TreeList.SignalR.Events.Change(System.String handler)
- TreeList.SignalR.Events.Change(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Events.Error(System.String handler)
- TreeList.SignalR.Events.Error(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Events.Push(System.String handler)
- TreeList.SignalR.Events.Push(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Events.RequestEnd(System.String handler)
- TreeList.SignalR.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Events.RequestStart(System.String handler)
- TreeList.SignalR.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Events.Sync(System.String handler)
- TreeList.SignalR.Events.Sync(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- TreeList.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- TreeList.SignalR.Filter.Add.IsEqualTo(TValue value)
- TreeList.SignalR.Filter.Add.IsNotEqualTo(TValue value)
- TreeList.SignalR.Filter.Add.IsNotNull()
- TreeList.SignalR.Filter.Add.IsNull()
- TreeList.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- TreeList.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Filter.Add.IsGreaterThan(TValue value)
- TreeList.SignalR.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- TreeList.SignalR.Filter.Add.IsLessThan(TValue value)
- TreeList.SignalR.Filter.Add.IsLessThanOrEqualTo(TValue value)
- TreeList.SignalR.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- TreeList.SignalR.Filter.Add.Contains(System.String value)
- TreeList.SignalR.Filter.Add.DoesNotContain(System.String value)
- TreeList.SignalR.Filter.Add.EndsWith(System.String value)
- TreeList.SignalR.Filter.Add.IsEmpty()
- TreeList.SignalR.Filter.Add.IsEqualTo(System.String value)
- TreeList.SignalR.Filter.Add.IsNotEmpty()
- TreeList.SignalR.Filter.Add.IsNotEqualTo(System.String value)
- TreeList.SignalR.Filter.Add.StartsWith(System.String value)
- TreeList.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- TreeList.SignalR.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- TreeList.SignalR.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- TreeList.SignalR.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Group.Add(System.String memberName)
- TreeList.SignalR.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.SignalR.Group.Add(System.String, System.Type memberName)
- TreeList.SignalR.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.SignalR.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Group.AddDescending(System.String memberName)
- TreeList.SignalR.Group.AddDescending(System.String, System.Type memberName)
- TreeList.SignalR.Page(Int32 page)
- TreeList.SignalR.PageSize(Int32 pageSize)
- TreeList.SignalR.Schema(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceSchemaBuilder<TModel>> configurator)
- TreeList.SignalR.Schema.Aggregates(System.String aggregates)
- TreeList.SignalR.Schema.Aggregates(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Data(System.String data)
- TreeList.SignalR.Schema.Data(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Errors(System.String errors)
- TreeList.SignalR.Schema.Errors(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Groups(System.String groups)
- TreeList.SignalR.Schema.Groups(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Model(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceModelDescriptorFactory<TModel>> configurator)
- TreeList.SignalR.Schema.Model.ClearFields()
- TreeList.SignalR.Schema.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Schema.Model.Field.DefaultValue(T value)
- TreeList.SignalR.Schema.Model.Field.DefaultValue(System.Object value)
- TreeList.SignalR.Schema.Model.Field.Editable()
- TreeList.SignalR.Schema.Model.Field.Editable(Boolean enabled)
- TreeList.SignalR.Schema.Model.Field.From(System.String fromField)
- TreeList.SignalR.Schema.Model.Field.Parse(System.String handler)
- TreeList.SignalR.Schema.Model.Field.Parse(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Model.Field(System.String, System.Type memberName)
- TreeList.SignalR.Schema.Model.Field(System.String memberName)
- TreeList.SignalR.Schema.Model.Id(System.String fieldName)
- TreeList.SignalR.Schema.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Schema.Model(System.Object settings)
- TreeList.SignalR.Schema.Parse(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Total(System.String total)
- TreeList.SignalR.Schema.Total(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Schema.Type(System.String type)
- TreeList.SignalR.ServerAggregates(Boolean enabled)
- TreeList.SignalR.ServerFiltering(Boolean enabled)
- TreeList.SignalR.ServerGrouping(Boolean enabled)
- TreeList.SignalR.ServerPaging(Boolean enabled)
- TreeList.SignalR.ServerSorting(Boolean enabled)
- TreeList.SignalR.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- TreeList.SignalR.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.SignalR.Sort.Add.Ascending()
- TreeList.SignalR.Sort.Add.Descending()
- TreeList.SignalR.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- TreeList.SignalR.Sort.Add(System.String fieldName)
- TreeList.SignalR.Sort.Add(System.String memberName)
- TreeList.SignalR.Total(Int32 total)
- TreeList.SignalR.Transport(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder> configurator)
- TreeList.SignalR.Transport.Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- TreeList.SignalR.Transport.Client.Create(System.String method)
- TreeList.SignalR.Transport.Client.Destroy(System.String method)
- TreeList.SignalR.Transport.Client.Read(System.String method)
- TreeList.SignalR.Transport.Client.Update(System.String method)
- TreeList.SignalR.Transport.Client(System.Object settings)
- TreeList.SignalR.Transport.Hub(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Transport.Hub(System.String handler)
- TreeList.SignalR.Transport.ParameterMap(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Transport.ParameterMap(System.String handler)
- TreeList.SignalR.Transport.Promise(System.Func<System.Object,System.Object> handler)
- TreeList.SignalR.Transport.Promise(System.String handler)
- TreeList.SignalR.Transport.Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder> configurator)
- TreeList.SignalR.Transport.Server.Create(System.String method)
- TreeList.SignalR.Transport.Server.Destroy(System.String method)
- TreeList.SignalR.Transport.Server.Read(System.String method)
- TreeList.SignalR.Transport.Server.Update(System.String method)
- TreeList.SignalR.Transport.Server(System.Object settings)
- TreeList.SignalR.Transport(System.Object settings)
- TreeList.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- TreeList.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.Sort.Add.Ascending()
- TreeList.Sort.Add.Descending()
- TreeList.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- TreeList.Sort.Add(System.String fieldName)
- TreeList.Sort.Add(System.String memberName)
- TreeList.Total(Int32 total)
- TreeList.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.Update.Action(System.String, System.String, System.Object actionName)
- TreeList.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.Update.Action(System.String, System.String actionName)
- TreeList.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.Update.Data(System.Func<System.Object,System.Object> handler)
- TreeList.Update.Data(System.String handler)
- TreeList.Update.Headers(System.Object headers)
- TreeList.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.Update.Route(System.String, System.Object routeName)
- TreeList.Update.Route(System.String routeName)
- TreeList.Update.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.Update.Url(System.String url)
- TreeList.Update(System.String, System.String actionName)
- TreeList.Update(System.String, System.String, System.Object actionName)
- TreeList.WebApi()
- TreeList.WebApi.AccentFoldingFiltering(System.String culture)
- TreeList.WebApi.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- TreeList.WebApi.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Aggregates.Add.Average()
- TreeList.WebApi.Aggregates.Add.Count()
- TreeList.WebApi.Aggregates.Add.Max()
- TreeList.WebApi.Aggregates.Add.Min()
- TreeList.WebApi.Aggregates.Add.Sum()
- TreeList.WebApi.Aggregates.Add(System.String, System.Type memberName)
- TreeList.WebApi.AutoSync(Boolean enabled)
- TreeList.WebApi.CaseSensitiveFiltering()
- TreeList.WebApi.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.WebApi.Create.Action(System.String, System.String, System.Object actionName)
- TreeList.WebApi.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.WebApi.Create.Action(System.String, System.String actionName)
- TreeList.WebApi.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.WebApi.Create.Data(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Create.Data(System.String handler)
- TreeList.WebApi.Create.Headers(System.Object headers)
- TreeList.WebApi.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.WebApi.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.WebApi.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.WebApi.Create.Route(System.String, System.Object routeName)
- TreeList.WebApi.Create.Route(System.String routeName)
- TreeList.WebApi.Create.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.WebApi.Create.Url(System.String url)
- TreeList.WebApi.Create(System.String url)
- TreeList.WebApi.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.WebApi.Destroy.Action(System.String, System.String, System.Object actionName)
- TreeList.WebApi.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.WebApi.Destroy.Action(System.String, System.String actionName)
- TreeList.WebApi.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.WebApi.Destroy.Data(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Destroy.Data(System.String handler)
- TreeList.WebApi.Destroy.Headers(System.Object headers)
- TreeList.WebApi.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.WebApi.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.WebApi.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.WebApi.Destroy.Route(System.String, System.Object routeName)
- TreeList.WebApi.Destroy.Route(System.String routeName)
- TreeList.WebApi.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.WebApi.Destroy.Url(System.String url)
- TreeList.WebApi.Destroy(System.String url)
- TreeList.WebApi.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- TreeList.WebApi.Events.Change(System.String handler)
- TreeList.WebApi.Events.Change(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Events.Error(System.String handler)
- TreeList.WebApi.Events.Error(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Events.Push(System.String handler)
- TreeList.WebApi.Events.Push(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Events.RequestEnd(System.String handler)
- TreeList.WebApi.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Events.RequestStart(System.String handler)
- TreeList.WebApi.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Events.Sync(System.String handler)
- TreeList.WebApi.Events.Sync(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- TreeList.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- TreeList.WebApi.Filter.Add.IsEqualTo(TValue value)
- TreeList.WebApi.Filter.Add.IsNotEqualTo(TValue value)
- TreeList.WebApi.Filter.Add.IsNotNull()
- TreeList.WebApi.Filter.Add.IsNull()
- TreeList.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- TreeList.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Filter.Add.IsGreaterThan(TValue value)
- TreeList.WebApi.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- TreeList.WebApi.Filter.Add.IsLessThan(TValue value)
- TreeList.WebApi.Filter.Add.IsLessThanOrEqualTo(TValue value)
- TreeList.WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- TreeList.WebApi.Filter.Add.Contains(System.String value)
- TreeList.WebApi.Filter.Add.DoesNotContain(System.String value)
- TreeList.WebApi.Filter.Add.EndsWith(System.String value)
- TreeList.WebApi.Filter.Add.IsEmpty()
- TreeList.WebApi.Filter.Add.IsEqualTo(System.String value)
- TreeList.WebApi.Filter.Add.IsNotEmpty()
- TreeList.WebApi.Filter.Add.IsNotEqualTo(System.String value)
- TreeList.WebApi.Filter.Add.StartsWith(System.String value)
- TreeList.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- TreeList.WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- TreeList.WebApi.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- TreeList.WebApi.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Group.Add(System.String memberName)
- TreeList.WebApi.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.WebApi.Group.Add(System.String, System.Type memberName)
- TreeList.WebApi.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- TreeList.WebApi.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Group.AddDescending(System.String memberName)
- TreeList.WebApi.Group.AddDescending(System.String, System.Type memberName)
- TreeList.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSchedulerModelDescriptorFactory<TModel>> configurator)
- TreeList.WebApi.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Model.Field.DefaultValue(T value)
- TreeList.WebApi.Model.Field.DefaultValue(System.Object value)
- TreeList.WebApi.Model.Field.Editable()
- TreeList.WebApi.Model.Field.Editable(Boolean enabled)
- TreeList.WebApi.Model.Field(System.String, System.Type memberName)
- TreeList.WebApi.Model.Field(System.String memberName)
- TreeList.WebApi.Model.Id(System.String fieldName)
- TreeList.WebApi.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Model.RecurrenceId(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Model.RecurrenceId(System.String fieldName)
- TreeList.WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- TreeList.WebApi.PageSize(Int32 pageSize)
- TreeList.WebApi.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.WebApi.Read.Action(System.String, System.String, System.Object actionName)
- TreeList.WebApi.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.WebApi.Read.Action(System.String, System.String actionName)
- TreeList.WebApi.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.WebApi.Read.Data(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Read.Data(System.String handler)
- TreeList.WebApi.Read.Headers(System.Object headers)
- TreeList.WebApi.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.WebApi.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.WebApi.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.WebApi.Read.Route(System.String, System.Object routeName)
- TreeList.WebApi.Read.Route(System.String routeName)
- TreeList.WebApi.Read.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.WebApi.Read.Url(System.String url)
- TreeList.WebApi.Read(System.String url)
- TreeList.WebApi.ServerOperation(Boolean enabled)
- TreeList.WebApi.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- TreeList.WebApi.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- TreeList.WebApi.Sort.Add.Ascending()
- TreeList.WebApi.Sort.Add.Descending()
- TreeList.WebApi.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- TreeList.WebApi.Sort.Add(System.String fieldName)
- TreeList.WebApi.Sort.Add(System.String memberName)
- TreeList.WebApi.Total(Int32 total)
- TreeList.WebApi.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- TreeList.WebApi.Update.Action(System.String, System.String, System.Object actionName)
- TreeList.WebApi.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- TreeList.WebApi.Update.Action(System.String, System.String actionName)
- TreeList.WebApi.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- TreeList.WebApi.Update.Data(System.Func<System.Object,System.Object> handler)
- TreeList.WebApi.Update.Data(System.String handler)
- TreeList.WebApi.Update.Headers(System.Object headers)
- TreeList.WebApi.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- TreeList.WebApi.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- TreeList.WebApi.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- TreeList.WebApi.Update.Route(System.String, System.Object routeName)
- TreeList.WebApi.Update.Route(System.String routeName)
- TreeList.WebApi.Update.Type(System.Web.Mvc.HttpVerbs verb)
- TreeList.WebApi.Update.Url(System.String url)
- TreeList.WebApi.Update(System.String url)
- WebApi(System.Action<Kendo.Mvc.UI.Fluent.WebApiDataSourceBuilder<T>> configurator)
- WebApi.AccentFoldingFiltering(System.String culture)
- WebApi.Aggregates(System.Action<Kendo.Mvc.UI.Fluent.DataSourceAggregateDescriptorFactory<TModel>> aggregates)
- WebApi.Aggregates.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Aggregates.Add.Average()
- WebApi.Aggregates.Add.Count()
- WebApi.Aggregates.Add.Max()
- WebApi.Aggregates.Add.Min()
- WebApi.Aggregates.Add.Sum()
- WebApi.Aggregates.Add(System.String, System.Type memberName)
- WebApi.AutoSync(Boolean enabled)
- WebApi.CaseSensitiveFiltering()
- WebApi.Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- WebApi.Create.Action(System.String, System.String, System.Object actionName)
- WebApi.Create.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- WebApi.Create.Action(System.String, System.String actionName)
- WebApi.Create.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- WebApi.Create.Data(System.Func<System.Object,System.Object> handler)
- WebApi.Create.Data(System.String handler)
- WebApi.Create.Headers(System.Object headers)
- WebApi.Create.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- WebApi.Create.Route(System.Web.Routing.RouteValueDictionary routeValues)
- WebApi.Create.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- WebApi.Create.Route(System.String, System.Object routeName)
- WebApi.Create.Route(System.String routeName)
- WebApi.Create.Type(System.Web.Mvc.HttpVerbs verb)
- WebApi.Create.Url(System.String url)
- WebApi.Create(System.String url)
- WebApi.Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- WebApi.Destroy.Action(System.String, System.String, System.Object actionName)
- WebApi.Destroy.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- WebApi.Destroy.Action(System.String, System.String actionName)
- WebApi.Destroy.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- WebApi.Destroy.Data(System.Func<System.Object,System.Object> handler)
- WebApi.Destroy.Data(System.String handler)
- WebApi.Destroy.Headers(System.Object headers)
- WebApi.Destroy.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- WebApi.Destroy.Route(System.Web.Routing.RouteValueDictionary routeValues)
- WebApi.Destroy.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- WebApi.Destroy.Route(System.String, System.Object routeName)
- WebApi.Destroy.Route(System.String routeName)
- WebApi.Destroy.Type(System.Web.Mvc.HttpVerbs verb)
- WebApi.Destroy.Url(System.String url)
- WebApi.Destroy(System.String url)
- WebApi.Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder> configurator)
- WebApi.Events.Change(System.String handler)
- WebApi.Events.Change(System.Func<System.Object,System.Object> handler)
- WebApi.Events.Error(System.String handler)
- WebApi.Events.Error(System.Func<System.Object,System.Object> handler)
- WebApi.Events.Push(System.String handler)
- WebApi.Events.Push(System.Func<System.Object,System.Object> handler)
- WebApi.Events.RequestEnd(System.String handler)
- WebApi.Events.RequestEnd(System.Func<System.Object,System.Object> handler)
- WebApi.Events.RequestStart(System.String handler)
- WebApi.Events.RequestStart(System.Func<System.Object,System.Object> handler)
- WebApi.Events.Sync(System.String handler)
- WebApi.Events.Sync(System.Func<System.Object,System.Object> handler)
- WebApi.Filter(System.Action<Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory<TModel>> configurator)
- WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Boolean>> expression)
- WebApi.Filter.Add.IsEqualTo(TValue value)
- WebApi.Filter.Add.IsNotEqualTo(TValue value)
- WebApi.Filter.Add.IsNotNull()
- WebApi.Filter.Add.IsNull()
- WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.Nullable<System.Boolean>>> expression)
- WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Filter.Add.IsGreaterThan(TValue value)
- WebApi.Filter.Add.IsGreaterThanOrEqualTo(TValue value)
- WebApi.Filter.Add.IsLessThan(TValue value)
- WebApi.Filter.Add.IsLessThanOrEqualTo(TValue value)
- WebApi.Filter.Add(System.Linq.Expressions.Expression<System.Func<TModel,System.String>> expression)
- WebApi.Filter.Add.Contains(System.String value)
- WebApi.Filter.Add.DoesNotContain(System.String value)
- WebApi.Filter.Add.EndsWith(System.String value)
- WebApi.Filter.Add.IsEmpty()
- WebApi.Filter.Add.IsEqualTo(System.String value)
- WebApi.Filter.Add.IsNotEmpty()
- WebApi.Filter.Add.IsNotEqualTo(System.String value)
- WebApi.Filter.Add.StartsWith(System.String value)
- WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor>, Kendo.Mvc.FilterCompositionLogicalOperator filters)
- WebApi.Filter.AddRange(System.Collections.Generic.IEnumerable<Kendo.Mvc.IFilterDescriptor> filters)
- WebApi.Group(System.Action<Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory<TModel>> configurator)
- WebApi.Group.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Group.Add(System.String memberName)
- WebApi.Group.Add(System.String, System.ComponentModel.ListSortDirection, System.String memberName)
- WebApi.Group.Add(System.String, System.Type memberName)
- WebApi.Group.Add(System.String, System.Type, System.ComponentModel.ListSortDirection, System.String memberName)
- WebApi.Group.AddDescending(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Group.AddDescending(System.String memberName)
- WebApi.Group.AddDescending(System.String, System.Type memberName)
- WebApi.Model(System.Action<Kendo.Mvc.UI.Fluent.DataSourceModelDescriptorFactory<TModel>> configurator)
- WebApi.Model.Field(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Model.Field.DefaultValue(T value)
- WebApi.Model.Field.DefaultValue(System.Object value)
- WebApi.Model.Field.Editable()
- WebApi.Model.Field.Editable(Boolean enabled)
- WebApi.Model.Field(System.String, System.Type memberName)
- WebApi.Model.Field(System.String memberName)
- WebApi.Model.Id(System.String fieldName)
- WebApi.Model.Id(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.PageSize(Int32 pageSize)
- WebApi.Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- WebApi.Read.Action(System.String, System.String, System.Object actionName)
- WebApi.Read.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- WebApi.Read.Action(System.String, System.String actionName)
- WebApi.Read.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- WebApi.Read.Data(System.Func<System.Object,System.Object> handler)
- WebApi.Read.Data(System.String handler)
- WebApi.Read.Headers(System.Object headers)
- WebApi.Read.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- WebApi.Read.Route(System.Web.Routing.RouteValueDictionary routeValues)
- WebApi.Read.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- WebApi.Read.Route(System.String, System.Object routeName)
- WebApi.Read.Route(System.String routeName)
- WebApi.Read.Type(System.Web.Mvc.HttpVerbs verb)
- WebApi.Read.Url(System.String url)
- WebApi.Read(System.String url)
- WebApi.ServerOperation(Boolean enabled)
- WebApi.Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<TModel>> configurator)
- WebApi.Sort.Add(System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression)
- WebApi.Sort.Add.Ascending()
- WebApi.Sort.Add.Descending()
- WebApi.Sort.Add.Order(System.ComponentModel.ListSortDirection direction)
- WebApi.Sort.Add(System.String fieldName)
- WebApi.Sort.Add(System.String memberName)
- WebApi.Total(Int32 total)
- WebApi.Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder> configurator)
- WebApi.Update.Action(System.String, System.String, System.Object actionName)
- WebApi.Update.Action(System.String, System.String, System.Web.Routing.RouteValueDictionary actionName)
- WebApi.Update.Action(System.String, System.String actionName)
- WebApi.Update.Action(System.Linq.Expressions.Expression<System.Action<TController>> controllerAction)
- WebApi.Update.Data(System.Func<System.Object,System.Object> handler)
- WebApi.Update.Data(System.String handler)
- WebApi.Update.Headers(System.Object headers)
- WebApi.Update.Headers(System.Collections.Generic.IDictionary<System.String,System.String> headers)
- WebApi.Update.Route(System.Web.Routing.RouteValueDictionary routeValues)
- WebApi.Update.Route(System.String, System.Web.Routing.RouteValueDictionary routeName)
- WebApi.Update.Route(System.String, System.Object routeName)
- WebApi.Update.Route(System.String routeName)
- WebApi.Update.Type(System.Web.Mvc.HttpVerbs verb)
- WebApi.Update.Url(System.String url)
- WebApi.Update(System.String url)
Not finding the help you need?