public IoTProject() { //Tags = new List<string>(); //Authors = new List<string>(); //CodeLanguages = new List<string>(); if (IoTProjects == null) { ClearIoTProjects(); } if (SummarySubLength == -1) { string SummarySubLengthstr = (string)ConfigurationManager.AppSettings["SummarySubLength"]; bool res = false; res = int.TryParse(SummarySubLengthstr, out SummarySubLength); if (!res) { SummarySubLength = 50; } } Id = Count++; IoTProjects.Add(this); }
public IoTProject() { //Tags = new List<string>(); //Authors = new List<string>(); //CodeLanguages = new List<string>(); if (IoTProjects == null) { ClearIoTProjects(); } Id = Count++; IoTProjects.Add(this); }