Show / Hide Table of Contents

Namespace TinkState

Classes

Observable

Static class containing Observable constructor methods and references to global utilities.

Structs

AsyncComputeResult<T>

Structure representing the result of an asynchronous auto-observable computation.

AsyncComputeTask<T>

Task-like type representing asynchronous auto-observable computations.

Interfaces

Observable<T>

Piece of observable data holding value of type T with means to read the value and bind to its updates.

ObservableDictionary<TKey, TValue>

A observable collection of key/value pairs.

ObservableList<T>

A observable collection of values that can be individually accessed by index.

Schedulable

Interface for objects schedulable for invocation by Scheduler. The most common implementors of this interface are observable bindings that needs to be scheduled to run in batches.

Scheduler

Mechanism for scheduling binding invocations. Must be implemented for the target run-time to provide efficient batching. Scheduler

State<T>

Piece of mutable observable data holding a value of type T with an ability to set a new value.

Enums

AsyncComputeStatus

Enumeration of possible Status values in AsyncComputeResult<T>
In This Article
Back to top Generated by DocFX