Click or drag to resize
DesignTimeTracker Class
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.3.0.0 (5.3.0)
Syntax
public static class DesignTimeTracker

The DesignTimeTracker type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInDesignMode
Set through framework code when it's being used in vs.net's design time mode.
Top
See Also