Class Device
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("Device")]
public abstract class Device : Hardware, IDisposable, IBaseEntity
Properties
Display
Declaration
public List<Display> Display { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Display> |
Os
Declaration
public string Os { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public List<HardwarePort> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><HardwarePort> |
ProcessorSpeed
Declaration
public float ProcessorSpeed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Ram
Declaration
public int Ram { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StorageCapacity
Declaration
public int StorageCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |