Skip to content

ReactiveUIBindingModule class

Defined in

Namespace: ReactiveUI.Binding.Builder Assembly: ReactiveUI.Binding.dll Full name: ReactiveUI.Binding.Builder.ReactiveUIBindingModule Modifiers: public sealed

Summary

View source

        Core module that registers the default ReactiveUI.Binding services with the dependency resolver.
        

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

Class hierarchy
classDiagram
class ReactiveUIBindingModule
class IModule {
    <>
}
IModule <|.. ReactiveUIBindingModule

Implements: IModule

Remarks

This module registers:

Command binding for known patterns (Command property, event+Enabled, basic event) is handled at compile time by source generator plugins. Only custom ICreatesCommandBinding implementations registered by the user are resolved at runtime. Platform-specific modules (WPF, WinForms, MAUI) should be registered separately via WithPlatformModule or UsingModule.

Constructors

NameSummary
.ctor

Methods

NameSummary
ConfigureConfigures the specified dependency resolver with required services and components.
Inherited members