Namespace Syncfusion.Blazor.Data
Classes
| AdaptorBase
Base class for all data adaptors. |
| Aggregate
Defines the members of the aggregate. |
| ApiAdaptor
Handles request and response to and from Web API created for ApiController. |
| BlazorAdaptor
Handles data operation in IEnumerable data source. |
| ColumnFilter
Specifies the Filter Behaviour for the filter predicates. |
| CRUDModel<T>
Defines the members of the CRUD arguments send during server request. Use this class to model bind request parameters while using UrlAdaptor. |
| DataResult
Defines the members of the data manager operation result. |
| DataResult<T>
Defines the members of the data manager operation result. |
| DataUtil
Provides utility method used by data manager. |
| EnumerableOperation |
| FilterBehavior
Specifies the Filter Behaviour for the filter predicates. |
| FilterType
Specifies the FilterType to be used in LINQ methods. |
| GraphQLAdaptor |
| GraphQLAdaptorOptions
Gets or Sets the properties to be specified for GraphQLAdaptor. |
| GraphQLMutation
Represents a collection of mutations used to perform CRUD operations in a GraphQL service. |
| Group<T>
Defines the members of the grouped record. |
| GroupResult |
| ListSortDirection
Specifies the direction of a sort operation. |
| ODataAdaptor
Handles request and response to and from OData service. |
| ODataV4Adaptor
Handles request and response to and from ODataV4 service. |
| Query
Provides methods to generate query which can be executed against data source using SfDataManager. |
| QueryableOperation
DataOperation class that performs data operation in IQueryable type data sources. |
| RequestOptions
Defines members of the request option for remote data handling. |
| SearchFilter
Defines members for creating search criteria. |
| SfDataManager |
| Sort
Defines the sort descriptor. |
| SortColumn
Defines the sort column. |
| SortDescriptionIndex |
| SortedColumn
Defines the sort column. |
| SortOrder
Sepcifies the sort order. |
| UrlAdaptor
Handles request and response to and from any remote service. |
| Utils
Class holds URL and Key for batch operation. |
| ValueConvert
ValueConvert provides conversion routines for values to convert them to another type and routines for formatting values. |
| WebApiAdaptor
Handles request and response to and from Web API controller. |
| WhereFilter
Defines the members to build filter criteria. |
Interfaces
| IDataAdaptor
Interface for Data adaptors. |