Last Works on Webinar ...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using xModels.Base;
|
||||
using xWebinarService.Constants;
|
||||
|
||||
namespace xWebinarService.Models.Entities
|
||||
{
|
||||
@@ -32,12 +33,23 @@ namespace xWebinarService.Models.Entities
|
||||
[Required]
|
||||
public string OwnerId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Webinar Type ...
|
||||
/// </summary>
|
||||
public XWebinarType Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creation Time ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
[Required]
|
||||
public DateTime CreatedOn { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Specified Webinar Enabled or not ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user