C# Class MusikNet_Library.Configuration

Mostra file Open project: nexus49/grado

Public Methods

Method Description
GetConfigEntries ( System.Xml.Linq.XElement treeNode ) : IEnumerable
GetList ( String configurationKey ) : DataList
GetTreeDataSource ( ) : System.Xml.Linq.XDocument
SetValue ( String id, String value ) : void

Private Methods

Method Description
Configuration ( ) : System
setValueElement ( System.Xml.Linq.XElement element, string value ) : void

Method Details

GetConfigEntries() public static method

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

GetList() public static method

public static GetList ( String configurationKey ) : DataList
configurationKey String
return DataList

GetTreeDataSource() public static method

public static GetTreeDataSource ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument

SetValue() public static method

public static SetValue ( String id, String value ) : void
id String
value String
return void