Skip to content

BaseBinderExtension Class

Base class for creating a resolver extension.

MethodDescription
PostBind()Called at the end of bind.
PreBind()Called at the beginning of bind.
PropertyDescription
BackendHelperBackendHelper for use by the extension.
ContextContext for use by the extension.
MessagingMessaging for use by the extension.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Called at the end of bind.

public void PostBind()

Called at the beginning of bind.

public void PreBind()

BackendHelper for use by the extension.

protected Services.IBackendHelper BackendHelper { get; set; }

Context for use by the extension.

protected Data.IBindContext Context { get; set; }

Messaging for use by the extension.

protected Services.IMessaging Messaging { get; set; }