Click or drag to resize

PluginLicenseModuleIdAttribute Constructor

Initializes a new instance of the PluginLicenseModuleIdAttribute class.

Namespace:  Resto.Front.Api.Attributes
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public PluginLicenseModuleIdAttribute(
	int moduleId
)

Parameters

moduleId
Type: SystemInt32
The licensable module identifier.
See Also