ISentryPluginGetRowSecurity Method |
Namespace:
SOSentryPlugin.Interop
Assembly:
SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetRowSecurity(
int AssocId,
int GroupId,
int RecordId,
string TableName,
in Object[] RecordData,
out bool o_IsReadOk,
out bool o_IsWriteOk,
out string o_ToolTip
)
Sub GetRowSecurity (
AssocId As Integer,
GroupId As Integer,
RecordId As Integer,
TableName As String,
ByRef RecordData As Object(),
<OutAttribute> ByRef o_IsReadOk As Boolean,
<OutAttribute> ByRef o_IsWriteOk As Boolean,
<OutAttribute> ByRef o_ToolTip As String
)
Dim instance As ISentryPlugin
Dim AssocId As Integer
Dim GroupId As Integer
Dim RecordId As Integer
Dim TableName As String
Dim RecordData As Object()
Dim o_IsReadOk As Boolean
Dim o_IsWriteOk As Boolean
Dim o_ToolTip As String
instance.GetRowSecurity(AssocId, GroupId,
RecordId, TableName, RecordData,
o_IsReadOk, o_IsWriteOk, o_ToolTip)
void GetRowSecurity(
[InAttribute] int AssocId,
[InAttribute] int GroupId,
[InAttribute] int RecordId,
[InAttribute] String^ TableName,
[InAttribute] array<Object^>^% RecordData,
[InAttribute] [OutAttribute] bool% o_IsReadOk,
[InAttribute] [OutAttribute] bool% o_IsWriteOk,
[InAttribute] [OutAttribute] String^% o_ToolTip
)
Parameters
- AssocId
- Type: SystemInt32
- GroupId
- Type: SystemInt32
- RecordId
- Type: SystemInt32
- TableName
- Type: SystemString
- RecordData
- Type: SystemObject
- o_IsReadOk
- Type: SystemBoolean
- o_IsWriteOk
- Type: SystemBoolean
- o_ToolTip
- Type: SystemString
See Also