Table of Contents

Interface IPersistableService

Namespace
StockSharp.Studio.Core.Services
Assembly
StockSharp.Studio.Core.dll
public interface IPersistableService
Extension Methods

Methods

ContainsKey(string)

bool ContainsKey(string key)

Parameters

key string

Returns

bool

GetValue<TValue>(string, TValue)

TValue GetValue<TValue>(string key, TValue defaultValue = default)

Parameters

key string
defaultValue TValue

Returns

TValue

Type Parameters

TValue

SetDelayValue(string, Func<object>)

void SetDelayValue(string key, Func<object> value)

Parameters

key string
value Func<object>

SetValue(string, object)

void SetValue(string key, object value)

Parameters

key string
value object