/// <summary>
 /// 
 /// </summary>
 public EntityProfileCollection()
 {
     _postKeys = new HashSet<string>();
     _processKeys = new HashSet<string>();
     _secondNoProcessKeys = new HashSet<string>();
     _noProcessKeys = new HashSet<string>();
     ChangeAutoTimes = new ProfileLog();
     PostTimes = new ProfileLog();
     ProcessTimes = new ProfileLog();
 }
 /// <summary>
 ///
 /// </summary>
 public EntityProfileCollection()
 {
     _postKeys            = new HashSet <string>();
     _processKeys         = new HashSet <string>();
     _secondNoProcessKeys = new HashSet <string>();
     _noProcessKeys       = new HashSet <string>();
     ChangeAutoTimes      = new ProfileLog();
     PostTimes            = new ProfileLog();
     ProcessTimes         = new ProfileLog();
 }
示例#3
0
 /// <summary>
 ///
 /// </summary>
 public SqlProfileCollection()
 {
     PostTimes    = new ProfileLog();
     ProcessTimes = new ProfileLog();
 }
示例#4
0
 /// <summary>
 /// 
 /// </summary>
 public SqlProfileCollection()
 {
     PostTimes = new ProfileLog();
     ProcessTimes = new ProfileLog();
 }