Search Results for

    Show / Hide Table of Contents

    Class GroupUser

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

    Properties

    Group

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

    GroupId

    Declaration
    [Key]
    [Column(Order = 0)]
    public Guid GroupId { 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 = 1)]
    public Guid UserId { get; set; }
    Property Value
    Type Description
    Guid
    In this article
    Back to top Generated by DocFX