| //------------------------------------------------------------------------------ | 
| // This is auto-generated code. | 
| //------------------------------------------------------------------------------ | 
| // This code was generated by Entity Developer tool using NHibernate template. | 
| // Code is generated on: 2016/4/29 下午 04:34:25 | 
| // | 
| // 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.CCS | 
| { | 
|   | 
|     /// <summary> | 
|     /// There are no comments for TaiPower.Dmm.Model.CCS.EVENTQUERY in the schema. | 
|     /// </summary> | 
|     public partial class EVENTQUERY { | 
|      | 
|         #region Extensibility Method Definitions | 
|          | 
|         /// <summary> | 
|         /// There are no comments for OnCreated in the schema. | 
|         /// </summary> | 
|         partial void OnCreated(); | 
|          | 
|         #endregion | 
|         /// <summary> | 
|         /// There are no comments for EVENTQUERY constructor in the schema. | 
|         /// </summary> | 
|         public EVENTQUERY() | 
|         { | 
|             OnCreated(); | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for CCSID in the schema. | 
|         /// </summary> | 
|         public virtual string CCSID | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for METER in the schema. | 
|         /// </summary> | 
|         public virtual string METER | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for CASESTATUS in the schema. | 
|         /// </summary> | 
|         public virtual int CASESTATUS | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for CHANGETIME in the schema. | 
|         /// </summary> | 
|         public virtual System.DateTime CHANGETIME | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for HANDLINGSUMMARY in the schema. | 
|         /// </summary> | 
|         public virtual string HANDLINGSUMMARY | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for ASSUMEDTIME in the schema. | 
|         /// </summary> | 
|         public virtual System.Nullable<System.DateTime> ASSUMEDTIME | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for ASSUMEDTIMENTH in the schema. | 
|         /// </summary> | 
|         public virtual System.Nullable<System.DateTime> ASSUMEDTIMENTH | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for DELAYTIMES in the schema. | 
|         /// </summary> | 
|         public virtual System.Nullable<bool> DELAYTIMES | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for REASON in the schema. | 
|         /// </summary> | 
|         public virtual string REASON | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for EVENTLOCATION in the schema. | 
|         /// </summary> | 
|         public virtual string EVENTLOCATION | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for ERRORCAUSE in the schema. | 
|         /// </summary> | 
|         public virtual string ERRORCAUSE | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|   | 
|      | 
|         /// <summary> | 
|         /// There are no comments for INPUTTIME in the schema. | 
|         /// </summary> | 
|         public virtual System.Nullable<System.DateTime> INPUTTIME | 
|         { | 
|             get; | 
|             set; | 
|         } | 
|     } | 
|   | 
| } |