RecroSecProcessingParam Constructor

Initializes a new instance of the RecroSecProcessingParam class.

Definition

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

Parameters

userId  String
The User identifier.
objectName  String
Name of the object.
objectKey  String
The object key.
target  Object  (Optional)
The target.
objectPermissionId  NullableInt32  (Optional)
The object permission identifier.

See Also