Search Results for

    Show / Hide Table of Contents

    Class EventTemplateDto

    Inheritance
    object
    EventTemplateDto
    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 EventTemplateDto

    Properties

    ArchiveDate

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

    CategoryId

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

    CategoryName

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

    CreationDate

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

    CreatorId

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

    CreatorName

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

    CurrentParticipants

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

    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?

    GroupName

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

    Id

    Declaration
    public Guid Id { 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

    LocationName

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

    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