TheCDEKPIs..::..IncrementKPI Method
Overload List
Name | Description | |
---|---|---|
IncrementKPI(String, Boolean) |
Increments an existing KPI by name by 1. IF the KPI does not exist,
a new one will be created with a value of 1.
|
|
IncrementKPI(eKPINames) |
Increments an existing KPI by 1 using an eKPINames enum.
|
|
IncrementKPI(String, Int64, Boolean) |
Increments an existing KPI by name by a given amount. If the KPI does not exist,
a new one will be created with the given value.
|
|
IncrementKPI(eKPINames, Int64) |
Increments an existing KPI by a given amount using an eKPINames enum.
|