Search Results for

    Show / Hide Table of Contents

    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 Source

    AppDataPath

    Gets or sets app data path

    Declaration
    string AppDataPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ApplicationSessionId

    Gets or sets the application session id

    Declaration
    Guid ApplicationSessionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    BinDirectoryPath

    Gets or sets the bin directory

    Declaration
    string BinDirectoryPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IniSection

    Gets or sets the ini section

    Declaration
    string IniSection { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    StudioPath

    Gets or sets the studio path

    Declaration
    string StudioPath { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx