Click or drag to resize

PrismWrapper Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Wrapper.PrismWrapper"]

Inheritance Hierarchy
SystemObject
  PrismBootstrapperBase
    PrismBootstrapper
      RAYLASE.Marker.GUI.WrapperRayguidePrismApplicationBase
        RAYLASE.Marker.GUI.WrapperPrismWrapper

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.19.0
Syntax
C#
public class PrismWrapper : RayguidePrismApplicationBase

The PrismWrapper type exposes the following members.

Constructors
 NameDescription
Public methodPrismWrapperInitializes a new instance of the PrismWrapper class
Public methodPrismWrapper(MarkerAPI)Initializes a new instance of the PrismWrapper class
Top
Properties
 NameDescription
Public propertyContainer The dependency injection container used to resolve objects
(Inherited from PrismBootstrapperBase)
Public propertyCreateContainerExtensionDelegate
(Inherited from RayguidePrismApplicationBase)
Public propertyCreateShellDelegate
(Inherited from RayguidePrismApplicationBase)
Public propertyFiles
(Inherited from RayguidePrismApplicationBase)
Public propertyIsSafeMode
(Inherited from RayguidePrismApplicationBase)
Protected propertyShell Gets the shell user interface
(Inherited from PrismBootstrapperBase)
Public propertyShouldForceLocalAuthenticationType
(Inherited from RayguidePrismApplicationBase)
Public propertyShouldIgnoreDomain
(Inherited from RayguidePrismApplicationBase)
Protected propertySystemDirectory
(Inherited from RayguidePrismApplicationBase)
Public propertyTaskScheduler
(Inherited from RayguidePrismApplicationBase)
Protected propertyUserDirectory
(Inherited from RayguidePrismApplicationBase)
Top
Methods
 NameDescription
Protected methodConfigureDefaultRegionBehaviors Configures the IRegionBehaviorFactory. This will be the list of default behaviors that will be added to a region.
(Inherited from PrismBootstrapperBase)
Protected methodConfigureModuleCatalog
(Overrides PrismBootstrapperBase.ConfigureModuleCatalog(IModuleCatalog))
Protected methodConfigureRegionAdapterMappings Configures the default region adapter mappings to use in the application, in order to adapt UI controls defined in XAML to use a region and register it automatically. May be overwritten in a derived class to add specific mappings required by the application.
(Inherited from PrismBootstrapperBase)
Protected methodConfigureViewModelLocator
(Overrides PrismBootstrapperBase.ConfigureViewModelLocator)
Protected methodCreateContainerExtension
(Inherited from RayguidePrismApplicationBase)
Protected methodCreateModuleCatalog Creates the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase)
Protected methodCreateShell
(Inherited from RayguidePrismApplicationBase)
Protected methodInitialize
(Overrides PrismBootstrapperBase.Initialize)
Protected methodInitializeModules Initializes the modules.
(Inherited from PrismBootstrapperBase)
Protected methodInitializeShell Initializes the shell.
(Inherited from PrismBootstrapperBase)
Public methodOnExit 
Protected methodOnInitialized
(Overrides PrismBootstrapperBase.OnInitialized)
Public methodOnStartup
(Inherited from RayguidePrismApplicationBase)
Public methodOnStartup(String, String)
(Inherited from RayguidePrismApplicationBase)
Protected methodRegisterFrameworkExceptionTypes Registers the Types of the Exceptions that are not considered root exceptions by the ExceptionExtensions.
(Inherited from PrismBootstrapper)
Protected methodRegisterRequiredTypes Registers all types that are required by Prism to function with the container.
(Inherited from PrismBootstrapperBase)
Protected methodRegisterTypes
(Overrides PrismBootstrapperBase.RegisterTypes(IContainerRegistry))
Protected methodResolveCustomViewModel 
Public methodRun Runs the bootstrapper process.
(Inherited from PrismBootstrapperBase)
Top
See Also