Skip to content

ReactiveSchedulerExtensions class

Defined in

Namespace: ReactiveUI.Binding.Reactive Assembly: ReactiveUI.Binding.Reactive.dll Full name: ReactiveUI.Binding.Reactive.ReactiveSchedulerExtensions Modifiers: public static

Summary

View source

The opt-in half of the scheduler overloads, which resolves a binding by reflection.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-tvos18.0, net9.0-maccatalyst18.0, net9.0-ios18.0, net9.0-macos15.0, net9.0-desktop1.0, net8.0, net8.0-macos14.5, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0, net8.0-ios17.5, net8.0-maccatalyst17.5, netstandard2.1, net481, net462, net471

Remarks

        The unsuffixed members resolve at compile time and throw when no generated dispatch claimed the call site;
        these walk the chain by reflection instead, and are annotated so a consumer publishing trimmed or
        ahead-of-time sees the requirement at their own call site. They are declared as classic static extension
        methods rather than extension-block members, because nothing has to lose extension lookup to a generated
        overload here.
        

Methods

NameSummary
static BindOneWay
static BindTwoWay
static OneWayBind
static Bind
static BindOneWayUnsafeCreates a one-way binding from a source property to a target property with a specified scheduler.
static BindTwoWayUnsafeCreates a two-way binding between a source property and a target property with a specified scheduler.
static OneWayBindUnsafeCreates a one-way binding from a view model property to a view property with a specified selector and scheduler.
static BindUnsafeCreates a two-way binding between a view model property and a view property with conversion functions and a specified scheduler.
Inherited members

Extension blocks

extension(TSource source)

  • BindOneWay
  • BindOneWay
  • BindOneWay
  • BindTwoWay
  • BindTwoWay
  • BindTwoWay

extension(TView view)

  • OneWayBind
  • OneWayBind
  • Bind
  • Bind