GlobalServiceAttributeFallbackImplementation Property |
The class that implements the interface and serves as a fallback service
in case no real implementation is registered.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Type? FallbackImplementation { get; set; }
Property Value
TypeRemarks
This property is also useful for unit tests, as there usually is no real service instance when testing.
Fallback services must not maintain any state, as that would be preserved between runs
even if SD.TearDownForUnitTests() or SD.InitializeForUnitTests() is called.
See Also