Class Physiology
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.Physiological
Assembly:UM4RS.dll
Syntax
[Table("Physiology")]
public class Physiology : ModelEntity<Physiology>, IDisposable, IBaseEntity
Constructors
Physiology()
Declaration
public Physiology()
Properties
Arms
Declaration
public List<Arm> Arms { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Arm> |
Disabilities
Declaration
public List<Disability> Disabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Disability> |
Feet
Declaration
public List<Foot> Feet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Foot> |
Head
Declaration
public Head Head { get; set; }
Property Value
| Type | Description |
|---|---|
| Head |
HeadBodyPartId
Declaration
public int HeadBodyPartId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
PhysiologicalStates
Declaration
public List<PhysiologicalState> PhysiologicalStates { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><PhysiologicalState> |