aa296e95e4f4fb5e38c43b0326c2f5bb82841d08.svn-base 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 CmFile
  14. {
  15. public CmFile()
  16. {
  17. this.CmAnnouncement = new HashSet<CmAnnouncement>();
  18. this.FmsDrawingHistory = new HashSet<FmsDrawingHistory>();
  19. this.FmsMaterialPurchaseOrder = new HashSet<FmsMaterialPurchaseOrder>();
  20. this.FmsWorkResultFile = new HashSet<FmsWorkResultFile>();
  21. this.FmsAccident = new HashSet<FmsAccident>();
  22. this.FmsAccident1 = new HashSet<FmsAccident>();
  23. this.FmsAccident2 = new HashSet<FmsAccident>();
  24. this.FmsConstruction = new HashSet<FmsConstruction>();
  25. this.FmsConstruction1 = new HashSet<FmsConstruction>();
  26. this.FmsConstruction2 = new HashSet<FmsConstruction>();
  27. this.FmsManualHistory = new HashSet<FmsManualHistory>();
  28. this.FmsMaterial = new HashSet<FmsMaterial>();
  29. this.FmsReport = new HashSet<FmsReport>();
  30. this.FmsWorkResultCheckItem = new HashSet<FmsWorkResultCheckItem>();
  31. this.FmsWorkResultCheckItem1 = new HashSet<FmsWorkResultCheckItem>();
  32. this.CmFacility = new HashSet<CmFacility>();
  33. }
  34. public int SiteId { get; set; }
  35. public int FileId { get; set; }
  36. public int FileCategoryId { get; set; }
  37. public string Name { get; set; }
  38. public Nullable<int> FileSize { get; set; }
  39. public Nullable<System.DateTime> CreatedDate { get; set; }
  40. public string ContentType { get; set; }
  41. public virtual ICollection<CmAnnouncement> CmAnnouncement { get; set; }
  42. public virtual CmFacilityFile CmFacilityFile { get; set; }
  43. public virtual CmFileCategory CmFileCategory { get; set; }
  44. public virtual ICollection<FmsDrawingHistory> FmsDrawingHistory { get; set; }
  45. public virtual ICollection<FmsMaterialPurchaseOrder> FmsMaterialPurchaseOrder { get; set; }
  46. public virtual ICollection<FmsWorkResultFile> FmsWorkResultFile { get; set; }
  47. public virtual ICollection<FmsAccident> FmsAccident { get; set; }
  48. public virtual ICollection<FmsAccident> FmsAccident1 { get; set; }
  49. public virtual ICollection<FmsAccident> FmsAccident2 { get; set; }
  50. public virtual ICollection<FmsConstruction> FmsConstruction { get; set; }
  51. public virtual ICollection<FmsConstruction> FmsConstruction1 { get; set; }
  52. public virtual ICollection<FmsConstruction> FmsConstruction2 { get; set; }
  53. public virtual ICollection<FmsManualHistory> FmsManualHistory { get; set; }
  54. public virtual ICollection<FmsMaterial> FmsMaterial { get; set; }
  55. public virtual CmSite CmSite { get; set; }
  56. public virtual ICollection<FmsReport> FmsReport { get; set; }
  57. public virtual ICollection<FmsWorkResultCheckItem> FmsWorkResultCheckItem { get; set; }
  58. public virtual ICollection<FmsWorkResultCheckItem> FmsWorkResultCheckItem1 { get; set; }
  59. public virtual ICollection<CmFacility> CmFacility { get; set; }
  60. }
  61. }