Class EventTemplateDto
Inheritance
EventTemplateDto
Assembly: OEMS.Core.dll
Syntax
public class EventTemplateDto
Properties
ArchiveDate
Declaration
public DateTime? ArchiveDate { get; set; }
Property Value
CategoryId
Declaration
public Guid CategoryId { get; set; }
Property Value
CategoryName
Declaration
public string CategoryName { get; set; }
Property Value
CreationDate
Declaration
public DateTime CreationDate { get; set; }
Property Value
CreatorId
Declaration
public Guid CreatorId { get; set; }
Property Value
CreatorName
Declaration
public string CreatorName { get; set; }
Property Value
CurrentParticipants
Declaration
public int CurrentParticipants { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
EndDateTime
Declaration
public DateTime EndDateTime { get; set; }
Property Value
GroupId
Declaration
public Guid? GroupId { get; set; }
Property Value
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsGroupEvent
Declaration
public bool IsGroupEvent { get; set; }
Property Value
LocationId
Declaration
public Guid LocationId { get; set; }
Property Value
LocationName
Declaration
public string LocationName { get; set; }
Property Value
MaxParticipants
Declaration
public int MaxParticipants { get; set; }
Property Value
OrganizationId
Declaration
public Guid OrganizationId { get; set; }
Property Value
StartDateTime
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Status
Declaration
public int Status { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value