Click or drag to resize

RecroSecProcessingParam Constructor

Initializes a new instance of the RecroSecProcessingParam class.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public RecroSecProcessingParam(
	string userId,
	string objectName,
	string objectKey,
	Object target = null,
	int? objectPermissionId = null
)

Parameters

userId
Type: SystemString
The User identifier.
objectName
Type: SystemString
Name of the object.
objectKey
Type: SystemString
The object key.
target (Optional)
Type: SystemObject
The target.
objectPermissionId (Optional)
Type: SystemNullableInt32
The object permission identifier.
See Also