a170fe959b247e55e32611365d4ac17b31a6ff55.svn-base 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 BemsChartInfo
  14. {
  15. public int SiteId { get; set; }
  16. public int FacilityTypeId { get; set; }
  17. public int ChartId { get; set; }
  18. public string LAxTitle { get; set; }
  19. public string RAxTitle { get; set; }
  20. public string XAxTitle { get; set; }
  21. public Nullable<int> XSFmId { get; set; }
  22. public string XSType { get; set; }
  23. public int LSFmId1 { get; set; }
  24. public string LSName1 { get; set; }
  25. public string LSType1 { get; set; }
  26. public Nullable<int> LSFmId2 { get; set; }
  27. public string LSName2 { get; set; }
  28. public string LSType2 { get; set; }
  29. public Nullable<int> LSFmId3 { get; set; }
  30. public string LSName3 { get; set; }
  31. public string LSType3 { get; set; }
  32. public Nullable<int> LSFmId4 { get; set; }
  33. public string LSName4 { get; set; }
  34. public string LSType4 { get; set; }
  35. public Nullable<int> RSFmId1 { get; set; }
  36. public string RSName1 { get; set; }
  37. public string RSType1 { get; set; }
  38. public Nullable<int> RSFmId2 { get; set; }
  39. public string RSName2 { get; set; }
  40. public string RSType2 { get; set; }
  41. public Nullable<int> RSFmId3 { get; set; }
  42. public string RSName3 { get; set; }
  43. public string RSType3 { get; set; }
  44. public Nullable<int> RSFmId4 { get; set; }
  45. public string RSName4 { get; set; }
  46. public string RSType4 { get; set; }
  47. public string Title { get; set; }
  48. public Nullable<bool> UseX { get; set; }
  49. public Nullable<bool> UseLAxMinMax { get; set; }
  50. public Nullable<bool> UseRAxMinMax { get; set; }
  51. public Nullable<bool> UseXAxMinMax { get; set; }
  52. public Nullable<double> LAxMin { get; set; }
  53. public Nullable<double> LAxMax { get; set; }
  54. public Nullable<double> RAxMin { get; set; }
  55. public Nullable<double> RAxMax { get; set; }
  56. public Nullable<double> XAxMin { get; set; }
  57. public Nullable<double> XAxMax { get; set; }
  58. public string Palette { get; set; }
  59. public Nullable<bool> UseChart { get; set; }
  60. public bool UseLCTLine { get; set; }
  61. public string LCTLineTitle { get; set; }
  62. public Nullable<double> LCTLineValue { get; set; }
  63. public bool UseRCTLine { get; set; }
  64. public string RCTLineTitle { get; set; }
  65. public Nullable<double> RCTLineValue { get; set; }
  66. public virtual BemsFacilityType BemsFacilityType { get; set; }
  67. public virtual CmSite CmSite { get; set; }
  68. }
  69. }