ModuleStatistic Class |
Namespace: SOWIData.Management.Models
The ModuleStatistic type exposes the following members.
Name | Description | |
---|---|---|
ModuleStatistic(Module, ClientModule) |
Constructor with parameter Module
and ClientModule.
Put field value Name, Label and Description.
If is App, is Module or is Option and Client use then puts these counter on 1.
| |
ModuleStatistic(String, String, String) |
Constructor with parameter Name, Label und Description
|
Name | Description | |
---|---|---|
App |
App counter
| |
ColorUIApp |
Color for user interface for App
| |
ColorUIDataContent |
Color for user interface for DataContent
| |
ColorUIDataItem |
Color for user interface for Data Item
| |
ColorUIModule |
Color for user interface for Module
| |
ColorUIOption |
Color for user interface for Option
| |
ColorUIUser |
Color for user interface for User
| |
DataContent |
Data Content counter
| |
DataItem |
Data Item counter
| |
Description |
Module description
| |
HasValues |
Check has statistic number (App, Module, Option, User, DataItem, DataContent)
| |
Label |
Module label
| |
Module |
Module counter
| |
Name |
Module name for identification
| |
Option |
Option counter
| |
User |
User counter
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetColorUI |
Gives color for user interface (UI). Color danger (red) when difference value less 0 otherwise color success (gruen).
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |