Interface IPreferenceService
Preference service holds a list of key value pairs (Dictionary)
Namespace: Simplic.Preference
Assembly: Simplic.Preference.dll
Syntax
public interface IPreferenceService
Properties
| Improve this Doc View SourceAppDataPath
Gets or sets app data path
Declaration
string AppDataPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ApplicationSessionId
Gets or sets the application session id
Declaration
Guid ApplicationSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Arguments
Gets or sets the given application arguments
Declaration
IDictionary<string, string> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
BinDirectoryPath
Gets or sets the bin directory
Declaration
string BinDirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IniSection
Gets or sets the ini section
Declaration
string IniSection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Preferences
Gets or sets the preferences
Declaration
IDictionary<string, string> Preferences { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
StudioPath
Gets or sets the studio path
Declaration
string StudioPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |