C# Класс Plovr.Configuration.PlovrConfiguration

Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetAllProjects() публичный статический Метод

Return all the PlovrProjects configured.
public static GetAllProjects ( ) : IPlovrProject>.Dictionary
Результат IPlovrProject>.Dictionary

GetConfig() публичный статический Метод

A helper function to get all the
public static GetConfig ( ) : PlovrConfiguration
Результат PlovrConfiguration

GetCurrentPlovrProjectById() публичный статический Метод

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
Результат IPlovrProject

GetCurrentPlovrSettings() публичный статический Метод

Retrieve the current settings and project by it's id.
public static GetCurrentPlovrSettings ( ) : PlovrSettings
Результат Plovr.Model.PlovrSettings