ISentryPluginGetFieldSecurity Method |
Namespace:
SOSentryPlugin.Interop
Assembly:
SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetFieldSecurity(
int AssocId,
int GroupId,
int RecordId,
string TableName,
in Object[] RecordData,
out int[] o_CanReadFields,
out int[] o_CanWriteFields,
out string o_ToolTip
)
Sub GetFieldSecurity (
AssocId As Integer,
GroupId As Integer,
RecordId As Integer,
TableName As String,
ByRef RecordData As Object(),
<OutAttribute> ByRef o_CanReadFields As Integer(),
<OutAttribute> ByRef o_CanWriteFields As Integer(),
<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_CanReadFields As Integer()
Dim o_CanWriteFields As Integer()
Dim o_ToolTip As String
instance.GetFieldSecurity(AssocId, GroupId,
RecordId, TableName, RecordData,
o_CanReadFields, o_CanWriteFields,
o_ToolTip)
void GetFieldSecurity(
[InAttribute] int AssocId,
[InAttribute] int GroupId,
[InAttribute] int RecordId,
[InAttribute] String^ TableName,
[InAttribute] array<Object^>^% RecordData,
[InAttribute] [OutAttribute] array<int>^% o_CanReadFields,
[InAttribute] [OutAttribute] array<int>^% o_CanWriteFields,
[InAttribute] [OutAttribute] String^% o_ToolTip
)
Parameters
- AssocId
- Type: SystemInt32
- GroupId
- Type: SystemInt32
- RecordId
- Type: SystemInt32
- TableName
- Type: SystemString
- RecordData
- Type: SystemObject
- o_CanReadFields
- Type: SystemInt32
- o_CanWriteFields
- Type: SystemInt32
- o_ToolTip
- Type: SystemString
See Also