Interface IConfigurable
Designates entities that may be configured
Namespace: Azos.Conf
Assembly: Azos.dll
Syntax
public interface IConfigurable
Methods
Configure(IConfigSectionNode)
Configures an entity from supplied config node
Declaration
void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |