DynamicData.Binding namespace¶
Part of the DynamicData package.
| Type | Kind | Summary |
|---|---|---|
| AbstractNotifyPropertyChanged | class | Base class for implementing notify property changes. |
| BindingListAdaptor | class | Adaptor to reflect a change set into a binding list. |
| BindingListAdaptor | class | Adaptor to reflect a change set into a binding list. |
| BindingListEx | class | Extensions to convert an binding list into a dynamic stream. |
| BindingOptions | struct | System wide default values for binding operators. |
| IEvaluateAware | interface | Implement on an object and use in conjunction with InvokeEvaluate operator to make an object aware of any evaluates. |
| IIndexAware | interface | Implement on an object and use in conjunction with UpdateIndex operator to make an object aware of it's sorted index. |
| INotifyCollectionChangedSuspender | interface | Represents an observable collection where collection changed and count notifications can be suspended. |
| IObservableCollection | interface | An override of observable collection which allows the suspension of notifications. |
| IObservableCollectionAdaptor | interface | Represents an adaptor which is used to update observable collection from a change set stream. |
| IObservableListEx | class | Extensions to convert a dynamic stream out to an [IObservableList](# |
| ISortedObservableCollectionAdaptor | interface | Represents an adaptor which is used to update observable collection from a sorted change set stream. |
| NotifyPropertyChangedEx | class | Property changes notification. |
| ObservableCollectionAdaptor | class | Represents an adaptor which is used to update observable collection from a change set stream. |
| ObservableCollectionAdaptor | class | Adaptor to reflect a change set into an observable list. |
| ObservableCollectionEx | class | Extensions to convert an observable collection into a dynamic stream. |
| ObservableCollectionExtended | class | An override of observable collection which allows the suspension of notifications. |
| PropertyValue | class | Container holding sender and latest property value. |
| SortAndBindOptions | struct | Options for the sort and bind operator. |
| SortDirection | enum | Sort direction. |
| SortExpression | class | A value expression with sort direction. |
| SortExpressionComparer | class | Generic sort expression to help create inline sorting for the .Sort(IComparer comparer) operator. |
| SortedBindingListAdaptor | class | Represents an adaptor which is used to update a binding list from a sorted change set. |
| SortedObservableCollectionAdaptor | class | Represents an adaptor which is used to update observable collection from a sorted change set stream. |