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
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.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<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.IDisposable