Click or drag to resize

BcfFaultViewCollectionTFaultViewSetSort Method (IEnumerableComparisonTFaultView)

Sets the sort function specified by comparisons and updates the item order.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void SetSort(
	IEnumerable<Comparison<TFaultView>> comparisons
)

Parameters

comparisons
Type: System.Collections.GenericIEnumerableComparisonTFaultView
The sort function. Set or an empty enumerable to clear sort.
See Also