Click or drag to resize

ModuleStatistic Constructor (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.

Namespace:  SOWIData.Management.Models
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public ModuleStatistic(
	Module pModule,
	ClientModule pClientModule
)

Parameters

pModule
Type: SOWIData.ManagementModule

[Missing <param name="pModule"/> documentation for "M:SOWIData.Management.Models.ModuleStatistic.#ctor(SOWIData.Management.Module,SOWIData.Management.ClientModule)"]

pClientModule
Type: SOWIData.ManagementClientModule

[Missing <param name="pClientModule"/> documentation for "M:SOWIData.Management.Models.ModuleStatistic.#ctor(SOWIData.Management.Module,SOWIData.Management.ClientModule)"]

Remarks

Property CanActivate

Property CanActivate in Module is a module option.

Property CanActivate in Client is a client option.

For a activate must both CanActivate checks result as true.

See Also