ViewThatShouldNotLoad class¶
Defined in
Namespace: Splat.Common.Test
Assembly: Splat.Common.Test.dll
Full name: Splat.Common.Test.ViewThatShouldNotLoad
Modifiers: public sealed
Summary¶
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
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ViewThatShouldNotLoad](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the view model. |