| RecroSecProcessingParam Constructor |
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax 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