Search Results for

    Show / Hide Table of Contents

    Class OrganizationUser

    Inheritance
    object
    OrganizationUser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Domain
    Assembly: OEMS.Core.dll
    Syntax
    public class OrganizationUser

    Properties

    IsDesigner

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

    IsExternal

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

    IsOrgAdmin

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

    IsOrganizer

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

    JoinDate

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

    Organization

    Declaration
    [ForeignKey("OrganizationId")]
    public virtual Organization Organization { get; set; }
    Property Value
    Type Description
    Organization

    OrganizationId

    Declaration
    [Key]
    [Column(Order = 1)]
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    Guid

    User

    Declaration
    [ForeignKey("UserId")]
    public virtual User User { get; set; }
    Property Value
    Type Description
    User

    UserId

    Declaration
    [Key]
    [Column(Order = 0)]
    public Guid UserId { get; set; }
    Property Value
    Type Description
    Guid
    In this article
    Back to top Generated by DocFX