//------------------------------------------------------------------------------ // This is auto-generated code. //------------------------------------------------------------------------------ // This code was generated by Entity Developer tool using NHibernate template. // Code is generated on: 2016/4/29 下午 04:39:04 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. //------------------------------------------------------------------------------ using System; using System.Collections; using System.ComponentModel; using System.Linq; using System.Text; using System.Collections.Generic; namespace TaiPower.Dmm.Model.EOS { /// /// There are no comments for TaiPower.Dmm.Model.EOS.EVENT in the schema. /// public partial class EVENT { #region Extensibility Method Definitions /// /// There are no comments for OnCreated in the schema. /// partial void OnCreated(); #endregion /// /// There are no comments for EVENT constructor in the schema. /// public EVENT() { OnCreated(); } /// /// There are no comments for CASEID in the schema. /// public virtual long CASEID { get; set; } /// /// There are no comments for CASESTATUS in the schema. /// public virtual int CASESTATUS { get; set; } /// /// There are no comments for COUNT in the schema. /// public virtual System.Nullable COUNT { get; set; } /// /// There are no comments for CASETYPE in the schema. /// public virtual System.Nullable CASETYPE { get; set; } /// /// There are no comments for MERGECASECOUNT in the schema. /// public virtual System.Nullable MERGECASECOUNT { get; set; } } }