Table of Contents

Class Picker<TResult>

Namespace
Whim
Assembly
Whim.dll
Description of how to retrieve data from the Store. The implementing record should be populated with the payload.
public abstract record Picker<TResult> : IEquatable<Picker<TResult>>

Type Parameters

TResult
The type of the resulting data from the store.
Inheritance
Picker<TResult>
Implements
IEquatable<Picker<TResult>>
Inherited Members

Constructors

Picker()

Description of how to retrieve data from the Store. The implementing record should be populated with the payload.
protected Picker()