| RecroSecProcessingParam Constructor (String, String, String, Object, NullableInt32) |
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public RecroSecProcessingParam(
string userId,
string objectName,
string objectKey,
Object target = null,
Nullable<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