C# Class Plovr.Configuration.PlovrConfiguration

Inheritance: System.Configuration.ConfigurationSection
显示文件 Open project: hikirsch/Plovr.NET

Private Properties

Property Type Description

Public Methods

Method Description
GetAllProjects ( ) : IPlovrProject>.Dictionary

Return all the PlovrProjects configured.

GetConfig ( ) : PlovrConfiguration

A helper function to get all the

GetCurrentPlovrProjectById ( string id ) : IPlovrProject

Retrieve the current settings and project by it's id.

GetCurrentPlovrSettings ( ) : PlovrSettings

Retrieve the current settings and project by it's id.

Method Details

GetAllProjects() public static method

Return all the PlovrProjects configured.
public static GetAllProjects ( ) : IPlovrProject>.Dictionary
return IPlovrProject>.Dictionary

GetConfig() public static method

A helper function to get all the
public static GetConfig ( ) : PlovrConfiguration
return PlovrConfiguration

GetCurrentPlovrProjectById() public static method

Retrieve the current settings and project by it's id.
public static GetCurrentPlovrProjectById ( string id ) : IPlovrProject
id string the id of the plovr project to be retrieved
return IPlovrProject

GetCurrentPlovrSettings() public static method

Retrieve the current settings and project by it's id.
public static GetCurrentPlovrSettings ( ) : PlovrSettings
return Plovr.Model.PlovrSettings