cf1b8ee71285e5fde43f6536ca9902f5e86a0348.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 이 코드는 템플릿에서 생성되었습니다.
  4. //
  5. // 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
  6. // 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace iBemsDataService.Model
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class CmSite
  14. {
  15. public CmSite()
  16. {
  17. this.BemsPeakHistory = new HashSet<BemsPeakHistory>();
  18. this.CmBuilding = new HashSet<CmBuilding>();
  19. this.CmCompany = new HashSet<CmCompany>();
  20. this.CmFacilityTempSet = new HashSet<CmFacilityTempSet>();
  21. this.CmFile = new HashSet<CmFile>();
  22. this.CmHoliday = new HashSet<CmHoliday>();
  23. this.CmHoliday1 = new HashSet<CmHoliday>();
  24. this.CmHolidayCustom = new HashSet<CmHolidayCustom>();
  25. this.CmHolidayCustom1 = new HashSet<CmHolidayCustom>();
  26. this.CmPatrolCourse = new HashSet<CmPatrolCourse>();
  27. this.CmPatrolCoursePos = new HashSet<CmPatrolCoursePos>();
  28. this.CmPatrolGroup = new HashSet<CmPatrolGroup>();
  29. this.CmPatrolHistoryPos = new HashSet<CmPatrolHistoryPos>();
  30. this.CmPatrolPlan = new HashSet<CmPatrolPlan>();
  31. this.CmPatrolPos = new HashSet<CmPatrolPos>();
  32. this.CmPatrolSchedule = new HashSet<CmPatrolSchedule>();
  33. this.CmPatrolType = new HashSet<CmPatrolType>();
  34. this.CmPosition = new HashSet<CmPosition>();
  35. this.CmPosition1 = new HashSet<CmPosition>();
  36. this.CmUserGroup = new HashSet<CmUserGroup>();
  37. this.FmsDrawingCodeGroup = new HashSet<FmsDrawingCodeGroup>();
  38. this.FmsDrawingCodeType = new HashSet<FmsDrawingCodeType>();
  39. this.FmsDrawing = new HashSet<FmsDrawing>();
  40. this.FmsDrawingCodeGroup1 = new HashSet<FmsDrawingCodeGroup>();
  41. this.FmsDrawingCodeType1 = new HashSet<FmsDrawingCodeType>();
  42. this.FmsFacilityCodeClass = new HashSet<FmsFacilityCodeClass>();
  43. this.FmsLicense = new HashSet<FmsLicense>();
  44. this.FmsMaterialCarriedForward = new HashSet<FmsMaterialCarriedForward>();
  45. this.FmsMaterialCodeClass = new HashSet<FmsMaterialCodeClass>();
  46. this.FmsMaterialCodeLocation = new HashSet<FmsMaterialCodeLocation>();
  47. this.FmsMaterialCodeType = new HashSet<FmsMaterialCodeType>();
  48. this.FmsMaterialPurchaseOrder = new HashSet<FmsMaterialPurchaseOrder>();
  49. this.FmsMaterialPurchaseRequest = new HashSet<FmsMaterialPurchaseRequest>();
  50. this.FmsMaterialStored = new HashSet<FmsMaterialStored>();
  51. this.FmsMaterialTradeCompany = new HashSet<FmsMaterialTradeCompany>();
  52. this.FmsMaterialWarehouse = new HashSet<FmsMaterialWarehouse>();
  53. this.FmsWorkCodeCauseClass = new HashSet<FmsWorkCodeCauseClass>();
  54. this.FmsWorkCodeCycleUnit = new HashSet<FmsWorkCodeCycleUnit>();
  55. this.FmsWorkCodeEmergency = new HashSet<FmsWorkCodeEmergency>();
  56. this.FmsWorkCodeHolidayWorkType = new HashSet<FmsWorkCodeHolidayWorkType>();
  57. this.FmsWorkCodeLegalInspectionAgency = new HashSet<FmsWorkCodeLegalInspectionAgency>();
  58. this.FmsWorkOrder = new HashSet<FmsWorkOrder>();
  59. this.FmsWorkRequest = new HashSet<FmsWorkRequest>();
  60. this.CmZoneTempHumiSet = new HashSet<CmZoneTempHumiSet>();
  61. this.FmsMaterial = new HashSet<FmsMaterial>();
  62. this.FmsMaterialRelease = new HashSet<FmsMaterialRelease>();
  63. this.FmsReport = new HashSet<FmsReport>();
  64. this.CmPatrolHistory = new HashSet<CmPatrolHistory>();
  65. this.CmMenu = new HashSet<CmMenu>();
  66. this.BemsChartInfo = new HashSet<BemsChartInfo>();
  67. this.BemsPeopleIncrease = new HashSet<BemsPeopleIncrease>();
  68. this.BemsRentalRate = new HashSet<BemsRentalRate>();
  69. this.BemsSitePrice = new HashSet<BemsSitePrice>();
  70. this.BemsSitePriceHistory = new HashSet<BemsSitePriceHistory>();
  71. this.BemsAlarmSetting = new HashSet<BemsAlarmSetting>();
  72. this.BemsEnergyConfigPercentMonth = new HashSet<BemsEnergyConfigPercentMonth>();
  73. this.BemsEnergyConfigPercentWeek = new HashSet<BemsEnergyConfigPercentWeek>();
  74. }
  75. public int SiteId { get; set; }
  76. public string Name { get; set; }
  77. public string AddressZip1 { get; set; }
  78. public string AddressZip2 { get; set; }
  79. public string Address1 { get; set; }
  80. public string Adderss2 { get; set; }
  81. public string PhoneNo { get; set; }
  82. public string URL { get; set; }
  83. public string Comment { get; set; }
  84. public Nullable<bool> IsUse { get; set; }
  85. public Nullable<int> SortOrderNo { get; set; }
  86. public Nullable<System.DateTime> InsertedDate { get; set; }
  87. public string InsertedUserId { get; set; }
  88. public Nullable<System.DateTime> UpdatedDate { get; set; }
  89. public string UpdatedUserId { get; set; }
  90. public Nullable<bool> IsControlSchedule { get; set; }
  91. public Nullable<int> ScheduleCheckHour { get; set; }
  92. public Nullable<double> MaxPeak { get; set; }
  93. public Nullable<double> lat { get; set; }
  94. public Nullable<double> lng { get; set; }
  95. public Nullable<bool> controlSchedule { get; set; }
  96. public string BuildingSize { get; set; }
  97. public string GrossArea { get; set; }
  98. public string BuildingArea { get; set; }
  99. public string FloorAreaRatio { get; set; }
  100. public string BuildingCoverageRatio { get; set; }
  101. public string MainUse { get; set; }
  102. public string CompletionDate { get; set; }
  103. public string Standard { get; set; }
  104. public Nullable<int> MainUseIndex { get; set; }
  105. public string HDD { get; set; }
  106. public string CDD { get; set; }
  107. public virtual ICollection<BemsPeakHistory> BemsPeakHistory { get; set; }
  108. public virtual BemsPeakInfo BemsPeakInfo { get; set; }
  109. public virtual ICollection<CmBuilding> CmBuilding { get; set; }
  110. public virtual ICollection<CmCompany> CmCompany { get; set; }
  111. public virtual ICollection<CmFacilityTempSet> CmFacilityTempSet { get; set; }
  112. public virtual ICollection<CmFile> CmFile { get; set; }
  113. public virtual ICollection<CmHoliday> CmHoliday { get; set; }
  114. public virtual ICollection<CmHoliday> CmHoliday1 { get; set; }
  115. public virtual ICollection<CmHolidayCustom> CmHolidayCustom { get; set; }
  116. public virtual ICollection<CmHolidayCustom> CmHolidayCustom1 { get; set; }
  117. public virtual CmHolidayWeekend CmHolidayWeekend { get; set; }
  118. public virtual ICollection<CmPatrolCourse> CmPatrolCourse { get; set; }
  119. public virtual ICollection<CmPatrolCoursePos> CmPatrolCoursePos { get; set; }
  120. public virtual ICollection<CmPatrolGroup> CmPatrolGroup { get; set; }
  121. public virtual ICollection<CmPatrolHistoryPos> CmPatrolHistoryPos { get; set; }
  122. public virtual ICollection<CmPatrolPlan> CmPatrolPlan { get; set; }
  123. public virtual ICollection<CmPatrolPos> CmPatrolPos { get; set; }
  124. public virtual ICollection<CmPatrolSchedule> CmPatrolSchedule { get; set; }
  125. public virtual ICollection<CmPatrolType> CmPatrolType { get; set; }
  126. public virtual ICollection<CmPosition> CmPosition { get; set; }
  127. public virtual ICollection<CmPosition> CmPosition1 { get; set; }
  128. public virtual ICollection<CmUserGroup> CmUserGroup { get; set; }
  129. public virtual ICollection<FmsDrawingCodeGroup> FmsDrawingCodeGroup { get; set; }
  130. public virtual ICollection<FmsDrawingCodeType> FmsDrawingCodeType { get; set; }
  131. public virtual ICollection<FmsDrawing> FmsDrawing { get; set; }
  132. public virtual ICollection<FmsDrawingCodeGroup> FmsDrawingCodeGroup1 { get; set; }
  133. public virtual ICollection<FmsDrawingCodeType> FmsDrawingCodeType1 { get; set; }
  134. public virtual ICollection<FmsFacilityCodeClass> FmsFacilityCodeClass { get; set; }
  135. public virtual ICollection<FmsLicense> FmsLicense { get; set; }
  136. public virtual ICollection<FmsMaterialCarriedForward> FmsMaterialCarriedForward { get; set; }
  137. public virtual ICollection<FmsMaterialCodeClass> FmsMaterialCodeClass { get; set; }
  138. public virtual ICollection<FmsMaterialCodeLocation> FmsMaterialCodeLocation { get; set; }
  139. public virtual ICollection<FmsMaterialCodeType> FmsMaterialCodeType { get; set; }
  140. public virtual ICollection<FmsMaterialPurchaseOrder> FmsMaterialPurchaseOrder { get; set; }
  141. public virtual ICollection<FmsMaterialPurchaseRequest> FmsMaterialPurchaseRequest { get; set; }
  142. public virtual ICollection<FmsMaterialStored> FmsMaterialStored { get; set; }
  143. public virtual ICollection<FmsMaterialTradeCompany> FmsMaterialTradeCompany { get; set; }
  144. public virtual ICollection<FmsMaterialWarehouse> FmsMaterialWarehouse { get; set; }
  145. public virtual ICollection<FmsWorkCodeCauseClass> FmsWorkCodeCauseClass { get; set; }
  146. public virtual ICollection<FmsWorkCodeCycleUnit> FmsWorkCodeCycleUnit { get; set; }
  147. public virtual ICollection<FmsWorkCodeEmergency> FmsWorkCodeEmergency { get; set; }
  148. public virtual ICollection<FmsWorkCodeHolidayWorkType> FmsWorkCodeHolidayWorkType { get; set; }
  149. public virtual ICollection<FmsWorkCodeLegalInspectionAgency> FmsWorkCodeLegalInspectionAgency { get; set; }
  150. public virtual ICollection<FmsWorkOrder> FmsWorkOrder { get; set; }
  151. public virtual ICollection<FmsWorkRequest> FmsWorkRequest { get; set; }
  152. public virtual ICollection<CmZoneTempHumiSet> CmZoneTempHumiSet { get; set; }
  153. public virtual ICollection<FmsMaterial> FmsMaterial { get; set; }
  154. public virtual ICollection<FmsMaterialRelease> FmsMaterialRelease { get; set; }
  155. public virtual ICollection<FmsReport> FmsReport { get; set; }
  156. public virtual ICollection<CmPatrolHistory> CmPatrolHistory { get; set; }
  157. public virtual ICollection<CmMenu> CmMenu { get; set; }
  158. public virtual ICollection<BemsChartInfo> BemsChartInfo { get; set; }
  159. public virtual ICollection<BemsPeopleIncrease> BemsPeopleIncrease { get; set; }
  160. public virtual ICollection<BemsRentalRate> BemsRentalRate { get; set; }
  161. public virtual ICollection<BemsSitePrice> BemsSitePrice { get; set; }
  162. public virtual ICollection<BemsSitePriceHistory> BemsSitePriceHistory { get; set; }
  163. public virtual ICollection<BemsAlarmSetting> BemsAlarmSetting { get; set; }
  164. public virtual ICollection<BemsEnergyConfigPercentMonth> BemsEnergyConfigPercentMonth { get; set; }
  165. public virtual ICollection<BemsEnergyConfigPercentWeek> BemsEnergyConfigPercentWeek { get; set; }
  166. public virtual BemsEnergyDailyRegression BemsEnergyDailyRegression { get; set; }
  167. }
  168. }