Click or drag to resize

ModuleStatisticGetTotal Method

Total of list of App, Module, Option, User, DataItem and DataContent

Namespace:  SOWIData.Management.Extension
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static ModuleStatistic GetTotal(
	this List<ModuleStatistic> pListModuleStatistic,
	string pLabel
)

Parameters

pListModuleStatistic
Type: System.Collections.GenericListModuleStatistic
list of ModuleStatistic
pLabel
Type: SystemString
Labe of this ModuleStatistic e.g. Total in use

Return Value

Type: ModuleStatistic

[Missing <returns> documentation for "M:SOWIData.Management.Extension.ModuleStatistic.GetTotal(System.Collections.Generic.List{SOWIData.Management.Models.ModuleStatistic},System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListModuleStatistic. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also