ReactiveSchedulerExtensions class¶
Attributes: [ExcludeFromCodeCoverage]
Defined in
Namespace: ReactiveUI.Binding
Assembly: ReactiveUI.Binding.Reactive.dll
Full name: ReactiveUI.Binding.ReactiveSchedulerExtensions
Modifiers: public static
Summary¶
Extension methods for property binding with IScheduler support.
Requires the ReactiveUI.Binding.Reactive package for System.Reactive interop.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471
Methods¶
| Name | Summary |
|---|---|
| static BindOneWay | Creates a one-way binding from a source property to a target property with a specified scheduler. |
| static BindTwoWay | Creates a two-way binding between a source property and a target property with a specified scheduler. |
| static OneWayBind | Creates a one-way binding from a view model property to a view property with a specified selector and scheduler. |
| static Bind | Creates a two-way binding between a view model property and a view property with conversion functions and a specified scheduler. |