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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Csla.Runtime.IRuntimeInfo Interface Reference

Information about the current runtime environment. More...

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

Properties

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 IRuntimeInfo.cs.

Property Documentation

◆ LocalProxyNewScopeExists

bool Csla.Runtime.IRuntimeInfo.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.

Definition at line 20 of file IRuntimeInfo.cs.