Click or drag to resize

RayguidePrismApplicationBase Class

Provides the functionalities to use RAYGUIDE GUI components from another GUI application.
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.40.0
Syntax
C#
public abstract class RayguidePrismApplicationBase : PrismBootstrapper

The RayguidePrismApplicationBase type exposes the following members.

Constructors
 NameDescription
Protected methodRayguidePrismApplicationBaseInitializes a new instance of the RayguidePrismApplicationBase class
Top
Properties
 NameDescription
Public propertyContainer The dependency injection container used to resolve objects
(Inherited from PrismBootstrapperBase)
Public propertyCreateContainerExtensionDelegate The delegate for the creation of container extension.
Public propertyCreateShellDelegate The delegate for the creation of the main window.
Public propertyFiles The list of job files or bitmap-graphic files or vector-graphic files to be loaded when RAYGUIDE GUI starts.
Public propertyIsSafeMode The flag to indicate whether RAYGUIDE should start in safe-mode (no plugin is loaded).
Protected propertyShell Gets the shell user interface
(Inherited from PrismBootstrapperBase)
Public propertyShouldForceLocalAuthenticationType The flag whether RAYGUIDE GUI should be forced to start with local authentication instead of the default.
Public propertyShouldIgnoreDomain The flag whether RAYGUIDE GUI should ignore Windows domain for user authentication.
Protected propertySystemDirectory The system folder.
Public propertyTaskScheduler The type of scheduler to be used during permission initialization.
Protected propertyUserDirectory The user folder.
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 Configures the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase)
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 Configures the ViewModelLocator used by Prism.
(Inherited from PrismBootstrapperBase)
Protected methodCreateContainerExtension Creates the container extension using the delegate CreateContainerExtensionDelegate.
(Overrides PrismBootstrapper.CreateContainerExtension)
Protected methodCreateModuleCatalog Creates the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase)
Protected methodCreateShell Creates the main window.
(Overrides PrismBootstrapperBase.CreateShell)
Protected methodInitialize Runs the initialization sequence to configure the Prism application.
(Inherited from PrismBootstrapperBase)
Protected methodInitializeModules Initializes the modules.
(Inherited from PrismBootstrapperBase)
Protected methodInitializeShell Initializes the shell.
(Inherited from PrismBootstrapperBase)
Protected methodOnInitialized Contains actions that should occur last.
(Inherited from PrismBootstrapperBase)
Public methodOnStartup Starts the application using default system and user folders.
Public methodOnStartup(String, String) Starts the application using the given system and user folders.
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 Used to register types with the container that will be used by your application.
(Inherited from PrismBootstrapperBase)
Public methodRun Runs the bootstrapper process.
(Inherited from PrismBootstrapperBase)
Top
See Also