Simple class which tracks whether a class is in design mode or not. This is a global flag as everything is either in design mode or nothing is.
Inheritance Hierarchy SystemObject SD.LLBLGen.Pro.ORMSupportClassesDesignTimeTracker
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static class DesignTimeTracker
Public NotInheritable Class DesignTimeTracker
The DesignTimeTracker type exposes the following members.
Fields
| Name | Description |
---|
| InDesignMode |
Set through framework code when it's being used in vs.net's design time mode.
|
TopSee Also