fb4b2876d9cdc613025d8ecd902a3c0cecf6ddf9.svn-base 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 BemsFuelType
  14. {
  15. public BemsFuelType()
  16. {
  17. this.BemsEnergyDaily = new HashSet<BemsEnergyDaily>();
  18. this.BemsMonitoringPoint = new HashSet<BemsMonitoringPoint>();
  19. this.BemsMonitoringPointBaseData = new HashSet<BemsMonitoringPointBaseData>();
  20. this.CmFacility = new HashSet<CmFacility>();
  21. this.BemsNoticePriceContractType = new HashSet<BemsNoticePriceContractType>();
  22. this.BemsPriceCode = new HashSet<BemsPriceCode>();
  23. this.BemsPriceType = new HashSet<BemsPriceType>();
  24. this.BemsSitePrice = new HashSet<BemsSitePrice>();
  25. this.BemsSitePriceHistory = new HashSet<BemsSitePriceHistory>();
  26. }
  27. public short FuelTypeId { get; set; }
  28. public string Name { get; set; }
  29. public virtual ICollection<BemsEnergyDaily> BemsEnergyDaily { get; set; }
  30. public virtual BemsFactorCo2 BemsFactorCo2 { get; set; }
  31. public virtual BemsFactorToe BemsFactorToe { get; set; }
  32. public virtual ICollection<BemsMonitoringPoint> BemsMonitoringPoint { get; set; }
  33. public virtual ICollection<BemsMonitoringPointBaseData> BemsMonitoringPointBaseData { get; set; }
  34. public virtual ICollection<CmFacility> CmFacility { get; set; }
  35. public virtual ICollection<BemsNoticePriceContractType> BemsNoticePriceContractType { get; set; }
  36. public virtual ICollection<BemsPriceCode> BemsPriceCode { get; set; }
  37. public virtual ICollection<BemsPriceType> BemsPriceType { get; set; }
  38. public virtual ICollection<BemsSitePrice> BemsSitePrice { get; set; }
  39. public virtual ICollection<BemsSitePriceHistory> BemsSitePriceHistory { get; set; }
  40. }
  41. }