Class DisplayResolution
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("DisplayResolution")]
public class DisplayResolution : ModelEntity<DisplayResolution>, IDisposable, IBaseEntity
Properties
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
PixelHeight
Declaration
public int PixelHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PixelWidth
Declaration
public int PixelWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |