Skip to content

ViewThatShouldNotLoad class

Defined in

Namespace: Splat.Common.Test Assembly: Splat.Common.Test.dll Full name: Splat.Common.Test.ViewThatShouldNotLoad Modifiers: public sealed

Summary

View source

        This is a test view relating to issue [#889](https://github.com/reactiveui/ReactiveUI/issues/889).
        It's intended to ensure that view registration by different DI\IoC implementations
        does not create an instance at the point of registration.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471

Class hierarchy
classDiagram
class ViewThatShouldNotLoad
class IViewFor~ViewModelOne~ {
    <>
}
IViewFor~ViewModelOne~ <|.. ViewThatShouldNotLoad
class IViewFor {
    <>
}
IViewFor <|.. ViewThatShouldNotLoad

Implements: IViewFor, IViewFor

Constructors

NameSummary
.ctorInitializes a new instance of the [ViewThatShouldNotLoad](# class.

Properties

NameSummary
ViewModelGets or sets the view model.
Inherited members