Table of Contents

Class NoPreferenceStore

Namespace
The.Preferences
Assembly
Instagile.dll
public sealed class NoPreferenceStore : IPreferenceStore
Inheritance
NoPreferenceStore
Implements
Inherited Members

Methods

LoadFromStoreAsync(CallbackEnvironment, IEntityContext)

public Task<PreferenceDictionary> LoadFromStoreAsync(CallbackEnvironment environment, IEntityContext context)

Parameters

environment CallbackEnvironment
context IEntityContext

Returns

Task<PreferenceDictionary>

SaveToStoreAsync(CallbackEnvironment, IEntityContext, PreferenceDictionary)

public Task SaveToStoreAsync(CallbackEnvironment environment, IEntityContext context, PreferenceDictionary dictionary)

Parameters

environment CallbackEnvironment
context IEntityContext
dictionary PreferenceDictionary

Returns

Task