C# Класс Config.Net.ContainerConfiguration

Наследование: IConfigConfiguration
Показать файл Открыть проект

Открытые методы

Метод Описание
AddStore ( IConfigStore store ) : void
GetParser ( Type t ) : ITypeParser
HasParser ( Type t ) : bool
RemoveAllStores ( ) : void

Приватные методы

Метод Описание
GetBuiltInParsers ( ) : ITypeParser>.Dictionary

Scans assembly for types implementing ITypeParser and builds Type => instance dictionary. Not sure if I should use reflection here, however the assembly is small and this shouldn't cause any performance issues

Описание методов

AddStore() публичный Метод

public AddStore ( IConfigStore store ) : void
store IConfigStore
Результат void

GetParser() публичный Метод

public GetParser ( Type t ) : ITypeParser
t System.Type
Результат ITypeParser

HasParser() публичный Метод

public HasParser ( Type t ) : bool
t System.Type
Результат bool

RemoveAllStores() публичный Метод

public RemoveAllStores ( ) : void
Результат void