ExpressionChainParameters struct¶
Attributes: [DebuggerDisplay("ExpressionChain: {Expression}, BeforeChange = {BeforeChange}, Distinct = {IsDistinct}")] [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: ReactiveUI.Binding.Reactive
Assembly: ReactiveUI.Binding.Reactive.dll
Full name: ReactiveUI.Binding.Reactive.ExpressionChainParameters<T>
Modifiers: public sealed
Summary¶
How one chain of property accesses is to be observed.
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
Class hierarchy
classDiagram
class ExpressionChainParameters~T~
class IEquatable~ExpressionChainParameters~TSender~~ {
<>
}
IEquatable~ExpressionChainParameters~TSender~~ <|.. ExpressionChainParameters~T~
Implements: IEquatable
Remarks¶
Grouped rather than passed one by one: the set travels together through the sink and every level of the
chain, and each addition to it would otherwise widen several signatures at once.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | How one chain of property accesses is to be observed. |
Properties¶
| Name | Summary |
|---|---|
| Source | The root object of the chain. |
| Expression | The full expression surfaced on the emitted change. |
| Links | The member-access links of the chain, in order. |
| BeforeChange | Whether values are observed before they change. |
| SkipInitial | Whether the initial value is suppressed. |
| IsDistinct | Whether consecutive equal leaf values are suppressed. |
| SuppressWarnings | Whether the warning a property with no notification mechanism raises is suppressed. A binding that already knows a property cannot notify - because it chose this path deliberately -... |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |