Blazor コントロール
C1.DataCollection 名前空間
継承階層
C1.DataCollection アセンブリ : C1.DataCollection 名前空間
クラス
 クラス解説
クラスCollection that takes another source and cache the items.
クラスBase class for cursor-like collection.
クラスBase class for cursor-like collection.
クラスImplements an in-memory collection which takes a data source and applies the sort and filter operations.
クラスBase class for data collections.
クラスExtension methods for C1DataCollection<T>.
クラスData collection wrapper for exposing it as a System.Collections.Generic.IList`1.
クラスExposes an IList created dynamically by specifying a count and a selector which provide the items
クラスList which can be initialized with an arbitrary Count of (null) items.
クラスCollection which allows performing changes locally until they are committed to the inner source.
クラスCollection which supports filtering.
クラスCollection which supports grouping
クラスBase class of collections that are composed by others InternalCollections.
クラス 
クラスCollection that wraps another collection to be shown in pages of a maximum number of items.
クラスWrap collection that is constrained to get and modify a specific property of the data items without affecting the rest of the properties.
クラスCollection which allows transforming the items through a select clause.
クラスCollection which allows transforming the items through a select many clause.
クラスCollection that is composed of a sequence of other Collections.
クラスCollection which supports sorting.
クラスThis collection is a portion of another collection.
クラスBase class for data-virtualized collections.
クラスCollection which takes another collection as source.
クラスCollection which takes another collection as source.
クラス 
クラスContains information about an item of the cache.
クラスEvent data for cancellable events.
クラスCombines two filter expressions using a logical operator.
クラスAbstract filter expression. Use FilterOperationExpression to create a concrete filter operations and FilterNaryExpression and FilterNotExpression to apply logical operations between filter expressions.
クラスCombines the specified filter expressions using a logical operator.
クラスFilter expression which negates another expression.
クラスDescribes a concrete filter expression.
クラスFilter expression which takes a predicate as the filtering function.
クラスDescribes a text filter expression with match case and match whole word properties.
クラスDescribes a concrete filter expression.
クラスDescribes a concrete filter expression.
クラスDescribes a group operation.
クラスExtension methods for IDataCollection<T>.
クラスExtensions for System.Collections.Generic.IReadOnlyList`1.
クラスProvides event data for collection events as well as support for asynchronously waiting for the event handlers.
クラスEvent awaiter which provides the event arguments.
クラスExtension methods for System.Collections.Specialized.NotifyCollectionChangedEventArgs
クラスSet of extension methods to work with scoped filter expressions
クラスDescribes a sort operation.
インターフェース
 インターフェース解説
インターフェースAbstracts the transformation of a data source into a collection.
インターフェースAbstracts a group of IDataCollection<T>.
インターフェースContains information about the items that has been loaded so far.
インターフェースSpecifies a calling contract for collection that support asynchronous loading.
インターフェースSpecifies a calling contract for collections that needs a connection to the source.
インターフェースSpecifies a calling contract for collections that support the creation of its items.
インターフェースSpecifies a calling contract for collections that support editing.
インターフェースSpecifies a calling contract for collections that support filtering.
インターフェースSpecifies a calling contract for collections that support grouping.
インターフェースSpecifies a calling contract for collections that support incremental loading.
インターフェースSpecifies a calling contract for collections that support paging.
インターフェースSpecifies a calling contract for collections that support range editing.
インターフェースSpecifies a calling contract for collections that support refreshing.
インターフェースSpecifies a calling contract for collections that support sorting.
インターフェースSpecifies a calling contract for collections whose data comes from another source.
インターフェースSpecified whether the collection virtualizes the data.
列挙型
 列挙体解説
列挙体The state of the connection of the collection supporting ISupportConnection.
列挙体Represents the valid filter combinations to create a filter expression.
列挙体Represents the valid operations.
列挙体Direction of the sort operation.
列挙体Specifies the different modes the data can be loaded.
参照

C1.DataCollection アセンブリ