//------------------------------------------------------------------------------
//
// 이 코드는 템플릿에서 생성되었습니다.
//
// 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
// 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
//
//------------------------------------------------------------------------------
namespace iBemsDataService.Model
{
using System;
using System.Collections.Generic;
public partial class CmFile
{
public CmFile()
{
this.CmAnnouncement = new HashSet();
this.FmsDrawingHistory = new HashSet();
this.FmsMaterialPurchaseOrder = new HashSet();
this.FmsWorkResultFile = new HashSet();
this.FmsAccident = new HashSet();
this.FmsAccident1 = new HashSet();
this.FmsAccident2 = new HashSet();
this.FmsConstruction = new HashSet();
this.FmsConstruction1 = new HashSet();
this.FmsConstruction2 = new HashSet();
this.FmsManualHistory = new HashSet();
this.FmsMaterial = new HashSet();
this.FmsReport = new HashSet();
this.FmsWorkResultCheckItem = new HashSet();
this.FmsWorkResultCheckItem1 = new HashSet();
this.CmFacility = new HashSet();
}
public int SiteId { get; set; }
public int FileId { get; set; }
public int FileCategoryId { get; set; }
public string Name { get; set; }
public Nullable FileSize { get; set; }
public Nullable CreatedDate { get; set; }
public string ContentType { get; set; }
public virtual ICollection CmAnnouncement { get; set; }
public virtual CmFacilityFile CmFacilityFile { get; set; }
public virtual CmFileCategory CmFileCategory { get; set; }
public virtual ICollection FmsDrawingHistory { get; set; }
public virtual ICollection FmsMaterialPurchaseOrder { get; set; }
public virtual ICollection FmsWorkResultFile { get; set; }
public virtual ICollection FmsAccident { get; set; }
public virtual ICollection FmsAccident1 { get; set; }
public virtual ICollection FmsAccident2 { get; set; }
public virtual ICollection FmsConstruction { get; set; }
public virtual ICollection FmsConstruction1 { get; set; }
public virtual ICollection FmsConstruction2 { get; set; }
public virtual ICollection FmsManualHistory { get; set; }
public virtual ICollection FmsMaterial { get; set; }
public virtual CmSite CmSite { get; set; }
public virtual ICollection FmsReport { get; set; }
public virtual ICollection FmsWorkResultCheckItem { get; set; }
public virtual ICollection FmsWorkResultCheckItem1 { get; set; }
public virtual ICollection CmFacility { get; set; }
}
}