Struct SortAndBindOptions
- Namespace
- Dynamic
Data .Binding
- Assembly
- DynamicData.dll
Options for the sort and bind operator.
- Implements
- Extension Methods
Constructors
SortAndBindOptions()
Options for the sort and bind operator.
Properties
InitialCapacity
Set the initial capacity of the readonly observable collection.
Property Value
ResetOnFirstTimeLoad
Reset on first time load.
This is opt-in only and is only required for consumers who need to maintain backwards compatibility will the former BindingOptions.ResetOnFirstTimeLoad.
Property Value
ResetThreshold
The reset threshold ie the number of changes before a reset is fired.
Property Value
Scheduler
The default main thread scheduler. If left null, it is the responsibility of the consumer to ensure binding takes place on the main thread.
Property Value
- IScheduler
UseBinarySearch
Use binary search when the result of the comparer is a pure function.
Property Value
UseReplaceForUpdates
When possible, should replace be used instead of remove and add.
Property Value
Methods
Equals(SortAndBindOptions)
Parameters
other
SortAnd Bind Options
Returns
Equals(object)
Parameters
obj
object
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(SortAndBindOptions, SortAndBindOptions)
Parameters
left
SortAnd Bind Options right
SortAnd Bind Options
Returns
operator !=(SortAndBindOptions, SortAndBindOptions)
Parameters
left
SortAnd Bind Options right
SortAnd Bind Options