C# 클래스 Plovr.Configuration.PlovrConfiguration

상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: hikirsch/Plovr.NET

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