C# Class GlobalcachingApplication.Plugins.AutoUpdater.PluginSettings

Show file Open project: GlobalcachingEU/GAPP Class Usage Examples

Public Properties

Property Type Description
_uniqueInstance PluginSettings

Public Methods

Method Description
GetSelectedCountries ( ) : int[]
GetSelectedStates ( ) : int[]
GetUpdateAreaInfo ( AreaItemInfo ai ) : bool
PluginSettings ( ICore core ) : GlobalcachingApplication.Framework.Interfaces
SetUpdateAreaInfo ( AreaItemInfo ai, bool val ) : void

Method Details

GetSelectedCountries() public method

public GetSelectedCountries ( ) : int[]
return int[]

GetSelectedStates() public method

public GetSelectedStates ( ) : int[]
return int[]

GetUpdateAreaInfo() public method

public GetUpdateAreaInfo ( AreaItemInfo ai ) : bool
ai AreaItemInfo
return bool

PluginSettings() public method

public PluginSettings ( ICore core ) : GlobalcachingApplication.Framework.Interfaces
core ICore
return GlobalcachingApplication.Framework.Interfaces

SetUpdateAreaInfo() public method

public SetUpdateAreaInfo ( AreaItemInfo ai, bool val ) : void
ai AreaItemInfo
val bool
return void

Property Details

_uniqueInstance public static property

public static PluginSettings,GlobalcachingApplication.Plugins.AutoUpdater _uniqueInstance
return PluginSettings