ModuleStatisticGetColorUI Method | |
Gives color for user interface (UI). Color danger (red) when difference value less 0 otherwise color success (gruen).
Namespace:
SOWIData.Management.Models
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static string GetColorUI(
int pValueDifference
)
Private Shared Function GetColorUI (
pValueDifference As Integer
) As String
Parameters
- pValueDifference
- Type: SystemInt32
[Missing <param name="pValueDifference"/> documentation for "M:SOWIData.Management.Models.ModuleStatistic.GetColorUI(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIData.Management.Models.ModuleStatistic.GetColorUI(System.Int32)"]
See Also