Show / Hide Table of Contents

Interface INamedPersistableService

Inherited Members
IPersistableService.ContainsKey(String)
IPersistableService.GetValue<TValue>(String, TValue)
IPersistableService.SetValue(String, Object)
IPersistableService.SetDelayValue(String, Func<Object>)
Namespace: StockSharp.Studio.Core.Configuration
Assembly: StockSharp.Studio.Core.dll
Syntax
public interface INamedPersistableService : IPersistableService

Properties

Name

Declaration
string Name { get; }
Property Value
Type Description
String

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
PersistableServiceHelper.GetStudioSession(IPersistableService)
PersistableServiceHelper.SetStudioSession(IPersistableService, SettingsStorage)
PersistableServiceHelper.GetAutoConnect(IPersistableService)
PersistableServiceHelper.SetAutoConnect(IPersistableService, Boolean)
PersistableServiceHelper.SetDriveCache(IPersistableService, SettingsStorage)
PersistableServiceHelper.TryLoadSettings(IPersistableService, String, Action<SettingsStorage>)
PersistableServiceHelper.TryLoadSettings<T>(IPersistableService, String, Action<T>)
PersistableServiceHelper.GetLayout(IPersistableService)
PersistableServiceHelper.SetLayout(IPersistableService, Func<SettingsStorage>)
PersistableServiceHelper.GetRibbon(IPersistableService)
PersistableServiceHelper.SetRibbon(IPersistableService, String)
PersistableServiceHelper.GetNextTimeFeedback(IPersistableService)
PersistableServiceHelper.SetNextTimeFeedback(IPersistableService, DateTime)
PersistableServiceHelper.GetDoNotShowQuestionWindow(IPersistableService)
PersistableServiceHelper.SetDoNotShowQuestionWindow(IPersistableService, Boolean)
PersistableServiceHelper.GetAlertService(IPersistableService)
PersistableServiceHelper.SetAlertService(IPersistableService, SettingsStorage)
PersistableServiceHelper.GetIsFirstRun(IPersistableService)
PersistableServiceHelper.SetIsFirstRun(IPersistableService, Boolean)
PersistableServiceHelper.GetDaysLoad(IPersistableService)
PersistableServiceHelper.SetDaysLoad(IPersistableService)
PersistableServiceHelper.GetStorageFormat(IPersistableService)
PersistableServiceHelper.SetStorageFormat(IPersistableService)
PersistableServiceHelper.GetConnector(IPersistableService)
PersistableServiceHelper.SetConnector(IPersistableService, SettingsStorage)
PersistableServiceHelper.GetConnectorWindow(IPersistableService)
PersistableServiceHelper.SetConnectorWindow(IPersistableService, SettingsStorage)
PersistableServiceHelper.SaveRiskManager(IPersistableService, SettingsStorage)
PersistableServiceHelper.SaveEmulatorSettings(IPersistableService, MarketEmulatorSettings)
PersistableServiceHelper.LoadEmulatorSettings(IPersistableService)
PersistableServiceHelper.GetCommonSettings<T>(IPersistableService)
PersistableServiceHelper.SetCommonSettings<T>(IPersistableService, T)
PersistableServiceHelper.GetSettings<T>(IPersistableService, String)
PersistableServiceHelper.SetSettings<T>(IPersistableService, String, T)
PersistableServiceHelper.GetReferences(IPersistableService)
PersistableServiceHelper.SetReferences(IPersistableService, IEnumerable<CodeReference>)
PersistableServiceHelper.GetTheme(IPersistableService)
PersistableServiceHelper.SetTheme(IPersistableService, String)
PersistableServiceHelper.LoadMainWindowSettings(IPersistableService, Window)
PersistableServiceHelper.SaveMainWindowSettings(IPersistableService, Window)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾