BaseBinderExtension Class
Base class for creating a resolver extension.
Methods
Method | Description |
---|---|
PostBind() | Called at the end of bind. |
PreBind() | Called at the beginning of bind. |
Properties
Property | Description |
---|---|
BackendHelper | BackendHelper for use by the extension. |
Context | Context for use by the extension. |
Messaging | Messaging for use by the extension. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
PostBind() Method
Called at the end of bind.
Declaration
public void PostBind()
PreBind() Method
Called at the beginning of bind.
Declaration
public void PreBind()
BackendHelper Property
BackendHelper for use by the extension.
Declaration
protected Services.IBackendHelper BackendHelper { get; set; }
Context Property
Context for use by the extension.
Declaration
protected Data.IBindContext Context { get; set; }
Messaging Property
Messaging for use by the extension.
Declaration
protected Services.IMessaging Messaging { get; set; }