Class MobileDevice
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.Context.Computing
Assembly:UM4RS.dll
Syntax
[Table("MobileDevice")]
public abstract class MobileDevice : Device, IDisposable, IBaseEntity
Properties
BatteryLevel
Declaration
public int BatteryLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Sensor
Declaration
public List<Sensor> Sensor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Sensor> |