C# Class SimpleConfigSections.ConcreteConfiguration

Inheritance: IInterceptor
Mostra file Open project: miensol/SimpleConfigSections Class Usage Examples

Public Methods

Method Description
ClientValue ( Type definingType ) : object
ConcreteConfiguration ( IConfigValue configValue ) : System
Intercept ( IInvocation invocation ) : void

Method Details

ClientValue() public method

public ClientValue ( Type definingType ) : object
definingType System.Type
return object

ConcreteConfiguration() public method

public ConcreteConfiguration ( IConfigValue configValue ) : System
configValue IConfigValue
return System

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void