Code¶
Used to translate various encoded values into clear text. An example of codes are numeric WMI status values.
Fields¶
Field | Type | Description |
---|---|---|
CodeClassID | numeric | Internal ID that references the CodeClass entity (Foreign Key) |
ID | numeric | Internal ID for the Code entity (Primary Key) |
Key | string | Name used to reference the code from applications and queries |
Value | string | Translated code value, usually a friendly name for the code |