//------------------------------------------------------------------------------
//
// 이 코드는 템플릿에서 생성되었습니다.
//
// 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
// 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
//
//------------------------------------------------------------------------------
namespace iBemsDataService.Model
{
using System;
using System.Collections.Generic;
public partial class BemsChartInfo
{
public int SiteId { get; set; }
public int FacilityTypeId { get; set; }
public int ChartId { get; set; }
public string LAxTitle { get; set; }
public string RAxTitle { get; set; }
public string XAxTitle { get; set; }
public Nullable XSFmId { get; set; }
public string XSType { get; set; }
public int LSFmId1 { get; set; }
public string LSName1 { get; set; }
public string LSType1 { get; set; }
public Nullable LSFmId2 { get; set; }
public string LSName2 { get; set; }
public string LSType2 { get; set; }
public Nullable LSFmId3 { get; set; }
public string LSName3 { get; set; }
public string LSType3 { get; set; }
public Nullable LSFmId4 { get; set; }
public string LSName4 { get; set; }
public string LSType4 { get; set; }
public Nullable RSFmId1 { get; set; }
public string RSName1 { get; set; }
public string RSType1 { get; set; }
public Nullable RSFmId2 { get; set; }
public string RSName2 { get; set; }
public string RSType2 { get; set; }
public Nullable RSFmId3 { get; set; }
public string RSName3 { get; set; }
public string RSType3 { get; set; }
public Nullable RSFmId4 { get; set; }
public string RSName4 { get; set; }
public string RSType4 { get; set; }
public string Title { get; set; }
public Nullable UseX { get; set; }
public Nullable UseLAxMinMax { get; set; }
public Nullable UseRAxMinMax { get; set; }
public Nullable UseXAxMinMax { get; set; }
public Nullable LAxMin { get; set; }
public Nullable LAxMax { get; set; }
public Nullable RAxMin { get; set; }
public Nullable RAxMax { get; set; }
public Nullable XAxMin { get; set; }
public Nullable XAxMax { get; set; }
public string Palette { get; set; }
public Nullable UseChart { get; set; }
public bool UseLCTLine { get; set; }
public string LCTLineTitle { get; set; }
public Nullable LCTLineValue { get; set; }
public bool UseRCTLine { get; set; }
public string RCTLineTitle { get; set; }
public Nullable RCTLineValue { get; set; }
public virtual BemsFacilityType BemsFacilityType { get; set; }
public virtual CmSite CmSite { get; set; }
}
}