Skip to content

BuilderMixins class

Defined in

Namespace: ReactiveUI.Binding.Mixins Assembly: ReactiveUI.Binding.dll Full name: ReactiveUI.Binding.Mixins.BuilderMixins Modifiers: public static

Summary

View source

Extension methods that bridge IAppBuilder to IReactiveUIBindingBuilder for fluent chaining.

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

Remarks

These methods allow fluent chains such as:

RxBindingBuilder.CreateReactiveUIBindingBuilder()
 .WithCoreServices()
 .BuildApp();

Because WithCoreServices returns IAppBuilder, these extension methods cast back to IReactiveUIBindingBuilder to continue chaining.

Methods

NameSummary
static BuildAppBuilds the ReactiveUI.Binding application from an [IAppBuilder](#
static WithPlatformModuleRegisters a platform-specific module from an [IAppBuilder](#
static WithRegistrationAdds a custom registration action from an [IAppBuilder](#
static WithConverterRegisters a typed binding converter from an [IAppBuilder](#
static WithFallbackConverterRegisters a fallback binding converter from an [IAppBuilder](#
static WithSetMethodConverterRegisters a set-method binding converter from an [IAppBuilder](#
static ConfigureViewLocatorConfigures the default view locator with explicit view-to-view-model mappings from an [IAppBuilder](#
Inherited members