C# 클래스 MusikNet_Library.Configuration

파일 보기 프로젝트 열기: nexus49/grado

공개 메소드들

메소드 설명
GetConfigEntries ( System.Xml.Linq.XElement treeNode ) : IEnumerable
GetList ( String configurationKey ) : DataList
GetTreeDataSource ( ) : System.Xml.Linq.XDocument
SetValue ( String id, String value ) : void

비공개 메소드들

메소드 설명
Configuration ( ) : System
setValueElement ( System.Xml.Linq.XElement element, string value ) : void

메소드 상세

GetConfigEntries() 공개 정적인 메소드

public static GetConfigEntries ( System.Xml.Linq.XElement treeNode ) : IEnumerable
treeNode System.Xml.Linq.XElement
리턴 IEnumerable

GetList() 공개 정적인 메소드

public static GetList ( String configurationKey ) : DataList
configurationKey String
리턴 DataList

GetTreeDataSource() 공개 정적인 메소드

public static GetTreeDataSource ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

SetValue() 공개 정적인 메소드

public static SetValue ( String id, String value ) : void
id String
value String
리턴 void