Search Results for

    Show / Hide Table of Contents

    Class CreateEventTemplateDto

    Inheritance
    object
    CreateEventTemplateDto
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.DTOs.Templates
    Assembly: OEMS.Core.dll
    Syntax
    public class CreateEventTemplateDto

    Properties

    CategoryId

    Declaration
    public Guid CategoryId { get; set; }
    Property Value
    Type Description
    Guid

    CreatorId

    Declaration
    public Guid CreatorId { get; set; }
    Property Value
    Type Description
    Guid

    Description

    Declaration
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    EndDateTime

    Declaration
    public DateTime EndDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    GroupId

    Declaration
    public Guid? GroupId { get; set; }
    Property Value
    Type Description
    Guid?

    IsGroupEvent

    Declaration
    public bool IsGroupEvent { get; set; }
    Property Value
    Type Description
    bool

    LocationId

    Declaration
    public Guid LocationId { get; set; }
    Property Value
    Type Description
    Guid

    MaxParticipants

    Declaration
    public int? MaxParticipants { get; set; }
    Property Value
    Type Description
    int?

    OrganizationId

    Declaration
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    Guid

    StartDateTime

    Declaration
    public DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    Status

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    int

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX