C# Class ExBuddy.Plugins.Skywatcher.Providers.WeatherRateProvider

Show file Open project: MGramolini/ExBuddy Class Usage Examples

Public Properties

Property Type Description
DataFilePath string
Instance WeatherRateProvider

Public Methods

Method Description
GetWeatherRates ( int weatherRate ) : WeatherRates
WeatherRateProvider ( string filePath ) : System

Private Methods

Method Description
WeatherRateProvider ( ) : System

Method Details

GetWeatherRates() public method

public GetWeatherRates ( int weatherRate ) : WeatherRates
weatherRate int
return ExBuddy.Plugins.Skywatcher.Objects.WeatherRates

WeatherRateProvider() public method

public WeatherRateProvider ( string filePath ) : System
filePath string
return System

Property Details

DataFilePath public static property

public static string DataFilePath
return string

Instance public static property

public static WeatherRateProvider,ExBuddy.Plugins.Skywatcher.Providers Instance
return WeatherRateProvider