Search Results for

    Show / Hide Table of Contents

    Class User

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

    Properties

    CreatedEvents

    Declaration
    public virtual ICollection<Event> CreatedEvents { get; set; }
    Property Value
    Type Description
    ICollection<Event>

    CreationDate

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

    Email

    Declaration
    [Required]
    [EmailAddress]
    [StringLength(200)]
    public string Email { get; set; }
    Property Value
    Type Description
    string

    EventParticipations

    Declaration
    public virtual ICollection<EventParticipation> EventParticipations { get; set; }
    Property Value
    Type Description
    ICollection<EventParticipation>

    Feedbacks

    Declaration
    public virtual ICollection<Feedback> Feedbacks { get; set; }
    Property Value
    Type Description
    ICollection<Feedback>

    FirstName

    Declaration
    [Required]
    [StringLength(50)]
    public string FirstName { get; set; }
    Property Value
    Type Description
    string

    GroupUsers

    Declaration
    public virtual ICollection<GroupUser> GroupUsers { get; set; }
    Property Value
    Type Description
    ICollection<GroupUser>

    Id

    Declaration
    [Key]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    IsActive

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

    IsAdmin

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

    LastLoginDate

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

    LastName

    Declaration
    [Required]
    [StringLength(50)]
    public string LastName { get; set; }
    Property Value
    Type Description
    string

    OrganizationUsers

    Declaration
    public virtual ICollection<OrganizationUser> OrganizationUsers { get; set; }
    Property Value
    Type Description
    ICollection<OrganizationUser>

    PasswordHash

    Declaration
    [Required]
    public string PasswordHash { get; set; }
    Property Value
    Type Description
    string

    ResponsibleEventProcessSteps

    Declaration
    public virtual ICollection<EventProcessStep> ResponsibleEventProcessSteps { get; set; }
    Property Value
    Type Description
    ICollection<EventProcessStep>

    UploadedEventFiles

    Declaration
    public virtual ICollection<EventFile> UploadedEventFiles { get; set; }
    Property Value
    Type Description
    ICollection<EventFile>

    UploadedProcessStepFiles

    Declaration
    public virtual ICollection<ProcessStepFile> UploadedProcessStepFiles { get; set; }
    Property Value
    Type Description
    ICollection<ProcessStepFile>
    In this article
    Back to top Generated by DocFX