Class Mental
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.User.Mental
Assembly:UM4RS.dll
Syntax
[Table("Mental")]
public class Mental : ModelEntity<Mental>, IDisposable, IBaseEntity
Properties
CognitiveStyle
Declaration
public virtual ICollection<CognitiveStyle> CognitiveStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T><CognitiveStyle> |
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
MentalState
Declaration
public virtual ICollection<MentalState> MentalState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T><MentalState> |
MentalStress
Declaration
public virtual MentalStress MentalStress { get; set; }
Property Value
| Type | Description |
|---|---|
| MentalStress |
Mood
Declaration
public virtual ICollection<Mood> Mood { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T><Mood> |