C# Class Plovr.Configuration.PlovrConfiguration

Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: hikirsch/Plovr.NET

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Return all the PlovrProjects configured.
public static GetAllProjects ( ) : IPlovrProject>.Dictionary
Résultat IPlovrProject>.Dictionary

GetConfig() public static méthode

A helper function to get all the
public static GetConfig ( ) : PlovrConfiguration
Résultat PlovrConfiguration

GetCurrentPlovrProjectById() public static méthode

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
Résultat IPlovrProject

GetCurrentPlovrSettings() public static méthode

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