CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Runtime.RuntimeInfo Class Reference

Information about the current runtime environment. More...

Inheritance diagram for Csla.Runtime.RuntimeInfo:
Csla.Runtime.IRuntimeInfo

Properties

bool LocalProxyNewScopeExists [getset]
 Gets or sets a value indicating whether the current runtime is in a DI scope created by LocalProxy. More...
 
- Properties inherited from Csla.Runtime.IRuntimeInfo
bool LocalProxyNewScopeExists [getset]
 Gets a value indicating whether a LocalProxy (if configured and used) has created a new scope in preparation for logical server side operations. More...
 

Detailed Description

Information about the current runtime environment.

Definition at line 13 of file RuntimeInfo.cs.

Property Documentation

◆ LocalProxyNewScopeExists

bool Csla.Runtime.RuntimeInfo.LocalProxyNewScopeExists
getset

Gets or sets a value indicating whether the current runtime is in a DI scope created by LocalProxy.

Definition at line 20 of file RuntimeInfo.cs.