Enum SnapshotFieldId
Identifiers for various snapshot fields related to system and display information.
Namespace: Serenity.SystemConfiguration.Domain.Enums
Assembly: Serenity.SystemConfiguration.Domain.dll
Syntax
public enum SnapshotFieldId
Fields
| Name | Description |
|---|---|
| CultureName | Specifies the culture name of the system configuration snapshot. |
| DeviceModel | Specifies the operating system version of the system configuration snapshot. |
| DeviceName | Specifies the device name of the system configuration snapshot. |
| GpuMemoryMB | Specifies the graphics processing unit (GPU) vendor of the system configuration snapshot. |
| GpuName | Specifies the graphics processing unit (GPU) name of the system configuration snapshot. |
| Language | Specifies the language of the system configuration snapshot. |
| OperatingSystem | Specifies the operating system of the system configuration snapshot. |
| PrimaryDisplayHeight | Specifies the primary display height of the system configuration snapshot. |
| PrimaryDisplayRefreshRate | Specifies the primary display refresh rate of the system configuration snapshot. |
| PrimaryDisplayWidth | Specifies the primary display width of the system configuration snapshot. |
| RegionDisplayName | Specifies the region display name of the system configuration snapshot. |
| SupportsComputeShaders | Specifies whether the system supports compute shaders. |
| SupportsRayTracing | Specifies whether the system supports ray tracing. |
| SystemMemoryMB | Specifies the system memory in megabytes (MB) of the system configuration snapshot. |
| TimeZoneId | Specifies the time zone identifier of the system configuration snapshot. |