Class GroupUser
Inherited Members
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 |