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