Skip to content

DynamicData.Binding namespace

Part of the DynamicData package.

TypeKindSummary
AbstractNotifyPropertyChangedclassBase class for implementing notify property changes.
BindingListAdaptorclassAdaptor to reflect a change set into a binding list.
BindingListAdaptorclassAdaptor to reflect a change set into a binding list.
BindingListExclassExtensions to convert an binding list into a dynamic stream.
BindingOptionsstructSystem wide default values for binding operators.
IEvaluateAwareinterfaceImplement on an object and use in conjunction with InvokeEvaluate operator to make an object aware of any evaluates.
IIndexAwareinterfaceImplement on an object and use in conjunction with UpdateIndex operator to make an object aware of it's sorted index.
INotifyCollectionChangedSuspenderinterfaceRepresents an observable collection where collection changed and count notifications can be suspended.
IObservableCollectioninterfaceAn override of observable collection which allows the suspension of notifications.
IObservableCollectionAdaptorinterfaceRepresents an adaptor which is used to update observable collection from a change set stream.
IObservableListExclassExtensions to convert a dynamic stream out to an [IObservableList](#
ISortedObservableCollectionAdaptorinterfaceRepresents an adaptor which is used to update observable collection from a sorted change set stream.
NotifyPropertyChangedExclassProperty changes notification.
ObservableCollectionAdaptorclassRepresents an adaptor which is used to update observable collection from a change set stream.
ObservableCollectionAdaptorclassAdaptor to reflect a change set into an observable list.
ObservableCollectionExclassExtensions to convert an observable collection into a dynamic stream.
ObservableCollectionExtendedclassAn override of observable collection which allows the suspension of notifications.
PropertyValueclassContainer holding sender and latest property value.
SortAndBindOptionsstructOptions for the sort and bind operator.
SortDirectionenumSort direction.
SortExpressionclassA value expression with sort direction.
SortExpressionComparerclassGeneric sort expression to help create inline sorting for the .Sort(IComparer comparer) operator.
SortedBindingListAdaptorclassRepresents an adaptor which is used to update a binding list from a sorted change set.
SortedObservableCollectionAdaptorclassRepresents an adaptor which is used to update observable collection from a sorted change set stream.