C# Класс Orchard.Environment.HostComponentsConfigModule

Alter components instantiations by setting property values defined in a configuration file
Наследование: Autofac.Module
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_config IEnumerable>.IDictionary

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

Метод Описание
ChangeToCompatibleType ( string value, Type destinationType, object &result ) : bool
HostComponentsConfigModule ( ) : System
HostComponentsConfigModule ( string fileName ) : System

Защищенные методы

Метод Описание
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void

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

Метод Описание
Attr ( System.Xml.Linq.XElement component, System.Xml.Linq.XName name ) : string
BuildPropertiesInjectors ( Type componentType, IEnumerable properties ) : object>>.IEnumerable

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

AttachToComponentRegistration() защищенный Метод

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
Результат void

ChangeToCompatibleType() публичный статический Метод

public static ChangeToCompatibleType ( string value, Type destinationType, object &result ) : bool
value string
destinationType System.Type
result object
Результат bool

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

public HostComponentsConfigModule ( ) : System
Результат System

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

public HostComponentsConfigModule ( string fileName ) : System
fileName string
Результат System

Описание свойств

_config публичное свойство

public IDictionary> _config
Результат IEnumerable>.IDictionary