Class BodyPart
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("BodyPart")]
public abstract class BodyPart : ModelEntity<BodyPart>, IDisposable, IBaseEntity
Properties
Control
Declaration
public float Control { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Movement
Declaration
public float Movement { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Presence
Declaration
public bool Presence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |