Show / Hide Table of Contents

Class MobileDevice

Inheritance
System.Object
ModelEntity<TObject><Hardware>
Hardware
Device
MobileDevice
Inherited Members
Device.Os
Device.Ram
Device.StorageCapacity
Device.ProcessorSpeed
Device.Display
Device.Port
Hardware.Id
Hardware.Name
Hardware.Version
Hardware.Vendor
Hardware.Model
ModelEntity<TObject>.Get(Int32)
ModelEntity<TObject>.Get(Expression<Func<TObject, Boolean>>, Expression<Func<TObject, Object>>[])
ModelEntity<TObject>.GetAsync(Int32)
ModelEntity<TObject>.GetAll()
ModelEntity<TObject>.GetAllAsync()
ModelEntity<TObject>.Find(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAll(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAllAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.Save(TObject)
ModelEntity<TObject>.SaveAsync(TObject)
ModelEntity<TObject>.SavedAll(IEnumerable<TObject>)
ModelEntity<TObject>.SaveAllAsync(IEnumerable<TObject>)
ModelEntity<TObject>.Delete(TObject)
ModelEntity<TObject>.DeleteAsync(TObject)
ModelEntity<TObject>.Count()
ModelEntity<TObject>.CountAsync()
ModelEntity<TObject>.Save()
ModelEntity<TObject>.Dispose()
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>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX