Class ConfigurationInterceptor
Inheritance
System.Object
ConfigurationInterceptor
Implements
Castle.DynamicProxy.IInterceptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Configuration.Interceptors
Assembly: Snowflake.Framework.dll
Syntax
public class ConfigurationInterceptor : IInterceptor
Constructors
ConfigurationInterceptor(IConfigurationSectionDescriptor, IConfigurationValueCollection)
Declaration
public ConfigurationInterceptor(IConfigurationSectionDescriptor descriptor, IConfigurationValueCollection values)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration |
descriptor | |
IConfiguration |
values |
Methods
Intercept(IInvocation)
Declaration
public void Intercept(IInvocation invocation)
Parameters
Type | Name | Description |
---|---|---|
Castle. |
invocation |
Implements
Castle.DynamicProxy.IInterceptor