C# Class Tup.Cobar4Net.Config.Loader.Xml.XMLConfigLoader

Inheritance: IConfigLoader
Datei anzeigen Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
GetSchemaConfig ( string schema ) : SchemaConfig
GetUserConfig ( string user ) : UserConfig
XMLConfigLoader ( ISchemaLoader schemaLoader ) : System.Collections.Generic

Method Details

GetSchemaConfig() public method

public GetSchemaConfig ( string schema ) : SchemaConfig
schema string
return Tup.Cobar4Net.Config.Model.SchemaConfig

GetUserConfig() public method

public GetUserConfig ( string user ) : UserConfig
user string
return Tup.Cobar4Net.Config.Model.UserConfig

XMLConfigLoader() public method

public XMLConfigLoader ( ISchemaLoader schemaLoader ) : System.Collections.Generic
schemaLoader ISchemaLoader
return System.Collections.Generic