Table of Contents

Class SystemPathSetting

Namespace
HeBianGu.Service.AppConfig
Assembly
HeBianGu.Service.AppConfig.dll
public class SystemPathSetting : LazySettingInstance<SystemPathSetting>, INotifyPropertyChanged, IDisplayer, ISetting
Inheritance
SystemPathSetting
Implements
Inherited Members
Extension Methods

Constructors

SystemPathSetting()

public SystemPathSetting()

Properties

AppName

public string AppName { get; }

Property Value

string

AppPath

public string AppPath { get; }

Property Value

string

Cache

public string Cache { get; }

Property Value

string

ClearCacheCommand

[Display(Name = "清空缓存")]
public RelayCommand ClearCacheCommand { get; }

Property Value

RelayCommand

ClearSettingCommand

[Display(Name = "清空配置")]
public RelayCommand ClearSettingCommand { get; }

Property Value

RelayCommand

Company

public string Company { get; set; }

Property Value

string

Component

public string Component { get; }

Property Value

string

Config

public string Config { get; }

Property Value

string

ConfigExtention

public string ConfigExtention { get; set; }

Property Value

string

Data

public string Data { get; }

Property Value

string

Default

public string Default { get; }

Property Value

string

Document

public string Document { get; set; }

Property Value

string

License

public string License { get; }

Property Value

string

Log

public string Log { get; }

Property Value

string

Module

public string Module { get; }

Property Value

string

Project

public string Project { get; }

Property Value

string

RegistryPath

public string RegistryPath { get; }

Property Value

string

Setting

public string Setting { get; }

Property Value

string

Template

public string Template { get; }

Property Value

string

UserCache

public string UserCache { get; }

Property Value

string

UserData

public string UserData { get; }

Property Value

string

UserLicense

public string UserLicense { get; }

Property Value

string

UserLog

public string UserLog { get; }

Property Value

string

UserPath

public string UserPath { get; }

Property Value

string

UserProject

public string UserProject { get; }

Property Value

string

UserSetting

public string UserSetting { get; }

Property Value

string

UserTemplate

public string UserTemplate { get; }

Property Value

string

Version

public string Version { get; }

Property Value

string

Methods

CheckFolder(string)

public void CheckFolder(string folder)

Parameters

folder string