SoftwareLicenseMetricProperty
Defines properties specific to a software license metric.
erDiagram
SoftwareLicenseMetric ||--o{ SoftwareLicenseMetricProperty : "SoftwareLicenseMetricID"
SoftwareLicenseMetricProperty ||--o{ SoftwareItemSoftwareLicenseMetricProperty : "SoftwareLicenseMetricPropertyID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time the entity was created |
| DefaultBooleanValue |
boolean |
Default boolean value for this property |
| DefaultDateTimeValue |
datetime |
Default date/time value for this property |
| DefaultIntegerValue |
numeric |
Default integer value for this property |
| DefaultValue |
string |
Default string value for this property |
| Description |
string |
Description |
| ID |
numeric |
Internal ID for the SoftwareLicenseMetricProperty entity (Primary Key) |
| Name |
string |
Name of the software license metric property |
| SoftwareLicenseMetricID |
numeric |
Internal ID that references the SoftwareLicenseMetric entity (Foreign Key) |
| Type |
string |
Type of the property. Can be 'S' for string, 'I' for integer, 'B' for boolean or 'D' for date/time. |
References
| Column Name |
Referenced Table |
Description |
| SoftwareLicenseMetricID |
SoftwareLicenseMetric |
Software license metrics define how software licenses are measured |
Referenced by