Summary
Helper extension method class associated with the AutoPersist related functionality.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AutoPersistHelper"]
class Type type-node
Syntax
public static class AutoPersistHelper
Methods
Name | Value | Summary |
---|---|---|
ActOnEveryObject |
IDisposable |
Call methods 'onAdd' and 'onRemove' whenever an object is added or
removed from a collection. This class correctly handles both when
a collection is initialized, as well as when the collection is Reset.
static
|
ActOnEveryObject |
IDisposable |
Call methods 'onAdd' and 'onRemove' whenever an object is added or
removed from a collection. This class correctly handles both when
a collection is initialized, as well as when the collection is Reset.
static
|
ActOnEveryObject |
IDisposable |
Call methods 'onAdd' and 'onRemove' whenever an object is added or
removed from a collection. This class correctly handles both when
a collection is initialized, as well as when the collection is Reset.
static
|
ActOnEveryObject |
IDisposable |
Call methods 'onAdd' and 'onRemove' whenever an object is added or
removed from a collection. This class correctly handles both when
a collection is initialized, as well as when the collection is Reset.
static
|
AutoPersist |
IDisposable |
AutoPersist allows you to automatically call a method when an object
has changed, throttling on a certain interval. Note that this object
must mark its persistable properties via the [DataMember] attribute.
Changes to properties not marked with DataMember will not trigger the
object to be saved.
static
|
AutoPersist |
IDisposable |
AutoPersist allows you to automatically call a method when an object
has changed, throttling on a certain interval. Note that this object
must mark its persistable properties via the [DataMember] attribute.
Changes to properties not marked with DataMember will not trigger the
object to be saved.
static
|
Auto |
IDisposable |
Apply AutoPersistence to all objects in a collection. Items that are
no longer in the collection won't be persisted anymore.
static
|
Auto |
IDisposable |
Apply AutoPersistence to all objects in a collection. Items that are
no longer in the collection won't be persisted anymore.
static
|
Auto |
IDisposable |
Apply AutoPersistence to all objects in a collection. Items that are
no longer in the collection won't be persisted anymore.
static
|
Auto |
IDisposable |
Apply AutoPersistence to all objects in a collection. Items that are
no longer in the collection won't be persisted anymore.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|