Class DefaultPrismServiceRegistrar
DefaultPrismServiceRegistrationAgent allows the Prism required types to be registered if necessary.
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class DefaultPrismServiceRegistrar
Methods
View SourceRegisterRequiredPrismServicesIfMissing(AggregateCatalog)
Registers the required Prism types that are not already registered in the AggregateCatalog.
Declaration
public static AggregateCatalog RegisterRequiredPrismServicesIfMissing(AggregateCatalog aggregateCatalog)
Parameters
| Type | Name | Description |
|---|---|---|
| AggregateCatalog | aggregateCatalog | The AggregateCatalog to register the required types in, if they are not already registered. |
Returns
| Type | Description |
|---|---|
| AggregateCatalog |