BuildTemplate(DataPresenter.TemplateBuilder)
|
Builds the template of this data presenter.
|
DetachView()
|
|
GetMatchColumns(T)
|
Gets columns which contains values that can match row uniquely.
|
Refresh(DataSet<T>, Boolean)
|
Refresh by reloading DataSet.
|
Refresh(DataSet<T>, Predicate<DataRow>, IComparer<DataRow>)
|
Refresh by reloading DataSet, with specified filtering condition and sorting comparer.
|
RefreshAsync(Func<CancellationToken, Task<DataSet<T>>>, Boolean)
|
Refresh by reloading DataSet asynchronously.
|
RefreshAsync(Func<CancellationToken, Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Refresh by reloading DataSet asynchronously, with specified filtering condition and sorting comparer.
|
RefreshAsync(Func<Task<DataSet<T>>>, Boolean)
|
Refresh by reloading DataSet asynchronously.
|
RefreshAsync(Func<Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Refresh by reloading DataSet asynchronously, with specified filtering condition and sorting comparer.
|
Show(DataView, DataSet<T>, Boolean)
|
Shows DataSet to DataView.
|
Show(DataView, DataSet<T>, Predicate<DataRow>, IComparer<DataRow>)
|
Shows DataSet to DataView, with specified filter condition and sorting comparer.
|
ShowAsync(DataView, Func<CancellationToken, Task<DataSet<T>>>, Boolean)
|
Shows data to DataView asynchronously.
|
ShowAsync(DataView, Func<CancellationToken, Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Shows data to DataView asynchronously, with specified filter condition and sorting comparer.
|
ShowAsync(DataView, Func<Task<DataSet<T>>>, Boolean)
|
Shows data to DataView asynchronously.
|
ShowAsync(DataView, Func<Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Shows data to DataView asynchronously, with specified filtering condition and sorting comparer.
|
ShowOrRefresh(DataView, DataSet<T>, Boolean)
|
Show or refresh the DataSet to DataView.
|
ShowOrRefresh(DataView, DataSet<T>, Predicate<DataRow>, IComparer<DataRow>)
|
Show or refresh the DataSet to DataView, with specified filtering contition and sorting comparer.
|
ShowOrRefreshAsync(DataView, Func<CancellationToken, Task<DataSet<T>>>, Boolean)
|
Show or refresh the DataSet to DataView asynchronously.
|
ShowOrRefreshAsync(DataView, Func<CancellationToken, Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Show or refresh the DataSet to DataView asynchronously, with specified filtering condition and sorting comparer.
|
ShowOrRefreshAsync(DataView, Func<Task<DataSet<T>>>, Boolean)
|
Show or refresh the DataSet to DataView asynchronously.
|
ShowOrRefreshAsync(DataView, Func<Task<DataSet<T>>>, Func<T, Predicate<DataRow>>, Func<T, IComparer<DataRow>>)
|
Show or refresh the DataSet to DataView asynchronously, with specified filtering condition and sorting comparer.
|