Class MixedProductSourceExtensions
Editor extension methods for the MixedProductSource class
Namespace: Unity.Industrial.Forma.Core.Publishing
Syntax
public static class MixedProductSourceExtensions
Methods
HandleActiveProfileChange(MixedProductSource, ConfiguratorChangeActiveProductArgs)
Handles the active profile change.
Declaration
public static void HandleActiveProfileChange(this MixedProductSource mixedProductSource, ConfiguratorChangeActiveProductArgs changeArgs)
Parameters
Type | Name | Description |
---|---|---|
MixedProductSource | mixedProductSource | The selected mixed product source. |
ConfiguratorChangeActiveProductArgs | changeArgs | Configurator change args. |