Interface IPackageModulesInstaller
Namespace: RealityCollective.ServiceFramework.Editor.Packages
A package installer that will install IServiceModules coming from a third party package into the respective IService's BaseServiceProfile%601.
public interface IPackageModulesInstaller
Methods
Install(ServiceConfiguration)
Installs the serviceConfiguration.
bool Install(ServiceConfiguration serviceConfiguration)
Parameters
serviceConfiguration ServiceConfiguration
The IServiceConfiguration%601 containing the configured IServiceModule to install.
Returns
bool
true, if the IServiceModule was approved and installed.