Click or drag to resize

RecroSecProcessingParam Constructor (String, String, Object, NullableInt32)

Note: This API is now obsolete.

Initializes a new instance of the RecroSecProcessingParam class.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
[ObsoleteAttribute("Use instead RecroSecProcessingParam(string userId, string objectName, string objectKey, object target = null, int? objectPermissionId = null)")]
public RecroSecProcessingParam(
	string objectName,
	string objectKey,
	Object target = null,
	Nullable<int> objectPermissionId = null
)

Parameters

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