'Declaration
Public Class C1FilterDataCollection(Of T As Class) Inherits C1WrapDataCollection(Of T) Implements IDataCollection(Of T), ISupportAsyncLoading(Of T), ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting, ISupportSource
public class C1FilterDataCollection<T> : C1WrapDataCollection<T>, IDataCollection<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting, ISupportSource where T: class