C# 클래스 Binboo.Core.Configuration.CoreConfig

상속: ICoreConfig
파일 보기 프로젝트 열기: adrianoc/binboo

공개 메소드들

메소드 설명
CommandConfigurationFor ( string plugin, string commandName ) : XmlNode
FindConfigItem ( string plugin, string xpath ) : XmlNode
FindConfigItems ( string plugin, string xpath ) : XmlNodeList
SaveConfig ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
AppendBaseConfigPath ( string plugin, string xpath ) : string
ConfigFilePath ( ) : string
EnsureConfigIsLoaded ( ) : void
GetActiveConfigId ( ) : string
InjectActiveConfigId ( string xpath ) : string
MakeAbsolutePath ( string directory, string path ) : string

메소드 상세

CommandConfigurationFor() 공개 메소드

public CommandConfigurationFor ( string plugin, string commandName ) : XmlNode
plugin string
commandName string
리턴 System.Xml.XmlNode

FindConfigItem() 공개 메소드

public FindConfigItem ( string plugin, string xpath ) : XmlNode
plugin string
xpath string
리턴 System.Xml.XmlNode

FindConfigItems() 공개 메소드

public FindConfigItems ( string plugin, string xpath ) : XmlNodeList
plugin string
xpath string
리턴 System.Xml.XmlNodeList

SaveConfig() 공개 메소드

public SaveConfig ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string