PermissionDataSet.ActionsDataTable.AddActionsRow-Methode (Guid, String, PermissionDataSet.FeaturesRow)
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddActionsRow ( _
WSEC_FEA_ACT_UID As Guid, _
WSEC_FEA_ACT_NAME As String, _
parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow _
) As PermissionDataSet.ActionsRow
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_FEA_ACT_NAME As String
Dim parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow
Dim returnValue As PermissionDataSet.ActionsRow
returnValue = instance.AddActionsRow(WSEC_FEA_ACT_UID, _
WSEC_FEA_ACT_NAME, parentFeaturesRowByFeatures_Actions)
public PermissionDataSet.ActionsRow AddActionsRow(
Guid WSEC_FEA_ACT_UID,
string WSEC_FEA_ACT_NAME,
PermissionDataSet.FeaturesRow parentFeaturesRowByFeatures_Actions
)
Parameter
- WSEC_FEA_ACT_UID
Typ: System.Guid
- WSEC_FEA_ACT_NAME
Typ: System.String
- parentFeaturesRowByFeatures_Actions
Typ: WebSvcSecurity.PermissionDataSet.FeaturesRow
Rückgabewert
Typ: WebSvcSecurity.PermissionDataSet.ActionsRow
Siehe auch
Referenz
PermissionDataSet.ActionsDataTable Klasse