Class CreateEventTemplateDto
Inheritance
CreateEventTemplateDto
Assembly: OEMS.Core.dll
Syntax
public class CreateEventTemplateDto
Properties
CategoryId
Declaration
public Guid CategoryId { get; set; }
Property Value
CreatorId
Declaration
public Guid CreatorId { 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
LocationId
Declaration
public Guid LocationId { 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