BaseBinderExtension Class
Base class for creating a resolver extension.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| PostBind() | Called at the end of bind. |
| PreBind() | Called at the beginning of bind. |
Properties
Section titled “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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
PostBind() Method
Section titled “PostBind() Method”Called at the end of bind.
Declaration
Section titled “Declaration”public void PostBind()PreBind() Method
Section titled “PreBind() Method”Called at the beginning of bind.
Declaration
Section titled “Declaration”public void PreBind()BackendHelper Property
Section titled “BackendHelper Property”BackendHelper for use by the extension.
Declaration
Section titled “Declaration”protected Services.IBackendHelper BackendHelper { get; set; }Context Property
Section titled “Context Property”Context for use by the extension.
Declaration
Section titled “Declaration”protected Data.IBindContext Context { get; set; }Messaging Property
Section titled “Messaging Property”Messaging for use by the extension.
Declaration
Section titled “Declaration”protected Services.IMessaging Messaging { get; set; }