Show / Hide Table of Contents

Class DefaultPrismServiceRegistrar

DefaultPrismServiceRegistrationAgent allows the Prism required types to be registered if necessary.

Inheritance
object
DefaultPrismServiceRegistrar
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.MefExtensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class DefaultPrismServiceRegistrar

Methods

View Source

RegisterRequiredPrismServicesIfMissing(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
  • View Source
Back to top Generated by DocFX