Search Results for

    Show / Hide Table of Contents

    Class OrganizationDashboardDto

    Inheritance
    object
    OrganizationDashboardDto
    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.Organization
    Assembly: OEMS.Core.dll
    Syntax
    public class OrganizationDashboardDto

    Properties

    BrandingSettings

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

    FileID

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

    IsDesigner

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

    IsExternal

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

    IsOrgAdmin

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

    IsOrganizer

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

    JoinDate

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

    LogoPath

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

    OrgName

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

    OrganizationId

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

    UserId

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