Prism |
[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Wrapper.PrismWrapper"]
public class PrismWrapper : RayguidePrismApplicationBase
The PrismWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| PrismWrapper | Initializes a new instance of the PrismWrapper class | |
| PrismWrapper(MarkerAPI) | Initializes a new instance of the PrismWrapper class |
| Name | Description | |
|---|---|---|
| Container |
The dependency injection container used to resolve objects
(Inherited from PrismBootstrapperBase) | |
| CreateContainerExtensionDelegate |
The delegate for the creation of container extension.
(Inherited from RayguidePrismApplicationBase) | |
| CreateShellDelegate |
The delegate for the creation of the main window.
(Inherited from RayguidePrismApplicationBase) | |
| Files |
The list of job files or bitmap-graphic files or vector-graphic files to be loaded when RAYGUIDE GUI starts.
(Inherited from RayguidePrismApplicationBase) | |
| IsSafeMode |
The flag to indicate whether RAYGUIDE should start in safe-mode (no plugin is loaded).
(Inherited from RayguidePrismApplicationBase) | |
| Shell |
Gets the shell user interface
(Inherited from PrismBootstrapperBase) | |
| ShouldForceLocalAuthenticationType |
The flag whether RAYGUIDE GUI should be forced to start with local authentication instead of the default.
(Inherited from RayguidePrismApplicationBase) | |
| ShouldIgnoreDomain |
The flag whether RAYGUIDE GUI should ignore Windows domain for user authentication.
(Inherited from RayguidePrismApplicationBase) | |
| SystemDirectory |
The system folder.
(Inherited from RayguidePrismApplicationBase) | |
| TaskScheduler |
The type of scheduler to be used during permission initialization.
(Inherited from RayguidePrismApplicationBase) | |
| UserDirectory |
The user folder.
(Inherited from RayguidePrismApplicationBase) |
| Name | Description | |
|---|---|---|
| ConfigureDefaultRegionBehaviors |
Configures the IRegionBehaviorFactory.
This will be the list of default behaviors that will be added to a region.
(Inherited from PrismBootstrapperBase) | |
| ConfigureModuleCatalog | (Overrides PrismBootstrapperBase.ConfigureModuleCatalog(IModuleCatalog)) | |
| ConfigureRegionAdapterMappings |
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) | |
| ConfigureViewModelLocator | (Overrides PrismBootstrapperBase.ConfigureViewModelLocator) | |
| CreateContainerExtension |
Creates the container extension using the delegate CreateContainerExtensionDelegate.
(Inherited from RayguidePrismApplicationBase) | |
| CreateModuleCatalog |
Creates the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase) | |
| CreateShell |
Creates the main window.
(Inherited from RayguidePrismApplicationBase) | |
| Initialize | (Overrides PrismBootstrapperBase.Initialize) | |
| InitializeModules |
Initializes the modules.
(Inherited from PrismBootstrapperBase) | |
| InitializeShell |
Initializes the shell.
(Inherited from PrismBootstrapperBase) | |
| OnExit | ||
| OnInitialized | (Overrides PrismBootstrapperBase.OnInitialized) | |
| OnStartup |
Starts the application using default system and user folders.
(Inherited from RayguidePrismApplicationBase) | |
| OnStartup(String, String) |
Starts the application using the given system and user folders.
(Inherited from RayguidePrismApplicationBase) | |
| RegisterFrameworkExceptionTypes |
Registers the Types of the Exceptions that are not considered
root exceptions by the ExceptionExtensions.
(Inherited from PrismBootstrapper) | |
| RegisterRequiredTypes |
Registers all types that are required by Prism to function with the container.
(Inherited from PrismBootstrapperBase) | |
| RegisterTypes | (Overrides PrismBootstrapperBase.RegisterTypes(IContainerRegistry)) | |
| ResolveCustomViewModel | ||
| Run |
Runs the bootstrapper process.
(Inherited from PrismBootstrapperBase) |