//------------------------------------------------------------------------------ // // 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; /// /// EM_CourseStudyStatus /// public partial class EM_CourseStudyStatus { /// /// CourseStudyStatusID /// public System.Guid CourseStudyStatusID { get; set; } /// /// UserID /// public System.Guid UserID { get; set; } /// /// CoursematerialID /// public Nullable CoursematerialID { get; set; } /// /// ContinuousTime /// public Nullable ContinuousTime { get; set; } /// /// LastVideoTypeID /// public Nullable LastVideoTypeID { get; set; } /// /// LastCourseVideoID /// public Nullable LastCourseVideoID { get; set; } /// /// LastCourseVideoLength /// public Nullable LastCourseVideoLength { get; set; } /// /// LastOuterVideoUrl /// public string LastOuterVideoUrl { get; set; } /// /// EM_CourseVideo /// public virtual EM_CourseVideo EM_CourseVideo { get; set; } } }