//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// ExamWarning
///
public partial class ExamWarning
{
///
/// ID
///
public int ID { get; set; }
///
/// WarningCount
///
public int WarningCount { get; set; }
///
/// Message
///
public string Message { get; set; }
///
/// Creator
///
public string Creator { get; set; }
///
/// CreatorName
///
public string CreatorName { get; set; }
///
/// Modified
///
public System.DateTime Modified { get; set; }
///
/// AlertType
///
public int AlertType { get; set; }
}
}