Skip to content

IBundleUIFactory Interface

BundleUI factory interface.

MethodDescription
CreateBundleUI(IBundleApplication)Called by the framework to request a BundleUI.

FireGiant.BundleApplicationFramework v6.0.1

CreateBundleUI(IBundleApplication bundleApplication) Method

Section titled “CreateBundleUI(IBundleApplication bundleApplication) Method”

Called by the framework to request a BundleUI.

public IBundleUI CreateBundleUI(
IBundleApplication bundleApplication
)
ParameterTypeDescription
bundleApplicationIBundleApplicationBundle application provided by the framework.

IBundleUI BundleUI or null if this factory does not support the parameters provided by the bundleApplication.