Class QueryableCollectionRecordsList
Represents the class that maintains the records list when the queryable collection is bind as the source to SfDataGrid.
Implements
System.Collections.Generic.IList<RecordEntry>
System.Collections.Generic.ICollection<RecordEntry>
System.Collections.Generic.IEnumerable<RecordEntry>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.IDisposable
Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public class QueryableCollectionRecordsList : RecordsList, IRecordsList, IRecordsEntryList, IList<RecordEntry>, ICollection<RecordEntry>, IEnumerable<RecordEntry>, IEnumerable, INotifyCollectionChanged, IDisposable
Constructors
QueryableCollectionRecordsList(IEnumerable, QueryableCollectionView)
Initializes a new instance of the QueryableCollectionRecordsList class.
Declaration
public QueryableCollectionRecordsList(IEnumerable source, QueryableCollectionView view)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | source | The IEnumerable source. |
QueryableCollectionView | view | The Queryable collection view. |
Methods
PopulateRecords(IEnumerable, CollectionViewAdv)
Populates the records in the given collection view from the given source.
Declaration
protected override void PopulateRecords(IEnumerable source, CollectionViewAdv view)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | source | The source from which the records is to be populated. |
CollectionViewAdv | view | The collection view in which the records has to be populated. |
Overrides
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.IDisposable