Click or drag to resize

IPropertyInterceptorInitialize Interface

Moves the property interceptor's initialization from 'first use' to the constructor of the declaring type.

This interceptor extension is available for IPropertyGetterInterceptor, IPropertySetterInterceptor and IPropertyInterceptor.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public interface IPropertyInterceptorInitialize

The IPropertyInterceptorInitialize type exposes the following members.

Methods
  NameDescription
Public methodOnInitialize
Invoked if the declaring class is initialized.
Top
See Also