Skip to content

AutoPersistHelperMixins class

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.AutoPersistHelperMixins Modifiers: public static

Summary

View source

Collection AutoPersist members and the persistence metadata/driver engine for AutoPersistHelperMixins.

Applies to

net10.0, net10.0-maccatalyst26.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-tvos26.0, net10.0-windows10.0.19041, net10.0-macos26.0, net10.0-ios26.0, net10.0-android36.0, net9.0, net9.0-tvos18.0, net9.0-macos15.0, net9.0-maccatalyst18.0, net9.0-windows10.0.19041, net9.0-ios18.0, net9.0-desktop1.0, net8.0, net8.0-windows10.0.19041, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.5, netstandard2.1, net481, net462, net471

Remarks

These live in their own partial declaration (and a distinct extension block) — separate from the reflection-based overloads in AutoPersistHelperMixins.cs — specifically so their receiver type parameter does NOT carry the reflection block's DynamicallyAccessedMembersAttribute. Merging the two blocks would propagate that trimming annotation onto these trim-safe overloads and onto every caller (IL2091). Keeping them in a separate partial keeps the two contracts distinct without an analyzer suppression.

Methods

NameSummary
static ActOnEveryObject
static AutoPersistCollection
static AutoPersist
static CreateMetadataProviderCreates a metadata provider for homogeneous collections where TItem is the concrete runtime type. This helper performs no runtime reflection and is suitable for trimming/AOT scenarios.
static CreateMetadataCreates trimming/AOT-friendly persistence metadata for T.
Inherited members

Extension blocks

extension(IObservable> this)

  • ActOnEveryObject

extension(ObservableCollection this)

  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • ActOnEveryObject

extension(ReadOnlyObservableCollection this)

  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • ActOnEveryObject

extension(T this)

  • AutoPersist
  • AutoPersist
  • AutoPersist
  • AutoPersist

extension(T this)

  • AutoPersist
  • AutoPersist
  • AutoPersist
  • AutoPersist

extension(TCollection this)

  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • AutoPersistCollection
  • ActOnEveryObject