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 HierarchySystemObject  SD.LLBLGen.Pro.ORMSupportClassesDesignTimeTracker  
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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.
              | 
Top
See Also