Search Results for

    Show / Hide Table of Contents

    Class OrganizationDto

    Data transfer object for organization information.

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

    Properties

    BrandingSettings

    Gets or sets the branding configuration for the organization.

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

    A JSON string containing branding settings such as colors and styling.

    CreationDate

    Gets or sets the creation date of the organization.

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

    The timestamp when the organization was created.

    DomainName

    Gets or sets the domain name associated with the organization.

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

    The domain name used for organization identification and branding.

    FileID

    Gets or sets the file identifier for the organization's logo.

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

    A nullable GUID referencing the organization's logo file, or null if no logo is set.

    Name

    Gets or sets the name of the organization.

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

    The display name of the organization.

    OrganizationId

    Gets or sets the unique identifier of the organization.

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

    A GUID that uniquely identifies the organization.

    In this article
    Back to top Generated by DocFX