ObservableStreamPlugin Class

Summary

Handles binding to IObservable<T>s for the '^' stream binding operator.
Namespace
Avalonia.Data.Core.Plugins
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IStreamPlugin"] click Interface0 "/api/Avalonia.Data.Core.Plugins/IStreamPlugin" Type["ObservableStreamPlugin"] class Type type-node

Syntax

public class ObservableStreamPlugin : IStreamPlugin

Methods

Name Value Summary
Match(WeakReference<object>) bool
Checks whether this plugin handles the specified value.
Start(WeakReference<object>) IObservable<object>
Starts producing output based on the specified value.