Class UpdateEventTemplateDto
Inheritance
UpdateEventTemplateDto
Assembly: OEMS.Core.dll
Syntax
public class UpdateEventTemplateDto
Properties
ArchiveDate
Declaration
public DateTime? ArchiveDate { get; set; }
Property Value
CategoryId
Declaration
public Guid CategoryId { 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
IsGroupEvent
Declaration
public bool IsGroupEvent { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
LocationId
Declaration
public Guid LocationId { get; set; }
Property Value
MaxParticipants
Declaration
public int? MaxParticipants { 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