Class DefaultPrismServiceRegistrar
DefaultPrismServiceRegistrationAgent allows the Prism required types to be registered if necessary.
Inheritance
System.Object
DefaultPrismServiceRegistrar
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 System.ComponentModel.Composition.Hosting.AggregateCatalog.
Declaration
public static AggregateCatalog RegisterRequiredPrismServicesIfMissing(AggregateCatalog aggregateCatalog)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Composition.Hosting.AggregateCatalog | aggregateCatalog | The System.ComponentModel.Composition.Hosting.AggregateCatalog to register the required types in, if they are not already registered. |
Returns
Type | Description |
---|---|
System.ComponentModel.Composition.Hosting.AggregateCatalog |