Skip to content

BaseBinderExtension Class

Base class for creating a resolver extension.

Methods

MethodDescription
PostBind()Called at the end of bind.
PreBind()Called at the beginning of bind.

Properties

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

PostBind() Method {#postbind_nop}

Called at the end of bind.

Declaration

public void PostBind()

PreBind() Method {#prebind_nop}

Called at the beginning of bind.

Declaration

public void PreBind()

BackendHelper Property {#backendhelper}

BackendHelper for use by the extension.

Declaration

protected Services.IBackendHelper BackendHelper { get; set; }

Context Property {#context}

Context for use by the extension.

Declaration

protected Data.IBindContext Context { get; set; }

Messaging Property {#messaging}

Messaging for use by the extension.

Declaration

protected Services.IMessaging Messaging { get; set; }