Class Display
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("Display")]
public class Display : Hardware, IDisposable, IBaseEntity
Properties
DeviceHardwareId
Declaration
public int DeviceHardwareId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Ppi
Declaration
public int Ppi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Resolution
Declaration
public List<DisplayResolution> Resolution { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><DisplayResolution> |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |