Update class¶
Attributes: [DebuggerDisplay("{Type}, {Index}, {IsDuplicate}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.Update
Modifiers: public sealed
Summary¶
An update for the index normalizer.
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Properties¶
| Name | Summary |
|---|---|
| Type | Gets the type. |
| Index | Gets the index. |
| IsDuplicate | Gets a value indicating whether this instance is duplicate. |
Methods¶
| Name | Summary |
|---|---|
| static CreateAdd | Creates an update for the added index. |
| static CreateDelete | Creates an update for the deleted index. |
| static Create | Creates an update of the specified type. |
| ToString | |
| AsDuplicate | Created a duplicate update. |