StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable.AddPreDependenciesRow Method (Guid, Guid, String, String, String, DateTime, DateTime, Int32, Int16, Decimal, Decimal)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function AddPreDependenciesRow ( _
ASSN_UID As Guid, _
RES_UID As Guid, _
RES_NAME As String, _
WRES_EMAIL As String, _
TASK_NAME As String, _
ASSN_START_DATE As DateTime, _
ASSN_FINISH_DATE As DateTime, _
WASSN_UPDATE_TRACKING_MODE As Integer, _
ASSN_PCT_WORK_COMPLETE As Short, _
ASSN_WORK As Decimal, _
ASSN_ACT_WORK As Decimal _
) As StatusingAssignmentDependenciesDataSet.PreDependenciesRow
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable
Dim ASSN_UID As Guid
Dim RES_UID As Guid
Dim RES_NAME As String
Dim WRES_EMAIL As String
Dim TASK_NAME As String
Dim ASSN_START_DATE As DateTime
Dim ASSN_FINISH_DATE As DateTime
Dim WASSN_UPDATE_TRACKING_MODE As Integer
Dim ASSN_PCT_WORK_COMPLETE As Short
Dim ASSN_WORK As Decimal
Dim ASSN_ACT_WORK As Decimal
Dim returnValue As StatusingAssignmentDependenciesDataSet.PreDependenciesRow
returnValue = instance.AddPreDependenciesRow(ASSN_UID, _
RES_UID, RES_NAME, WRES_EMAIL, TASK_NAME, _
ASSN_START_DATE, ASSN_FINISH_DATE, _
WASSN_UPDATE_TRACKING_MODE, ASSN_PCT_WORK_COMPLETE, _
ASSN_WORK, ASSN_ACT_WORK)
public StatusingAssignmentDependenciesDataSet.PreDependenciesRow AddPreDependenciesRow(
Guid ASSN_UID,
Guid RES_UID,
string RES_NAME,
string WRES_EMAIL,
string TASK_NAME,
DateTime ASSN_START_DATE,
DateTime ASSN_FINISH_DATE,
int WASSN_UPDATE_TRACKING_MODE,
short ASSN_PCT_WORK_COMPLETE,
decimal ASSN_WORK,
decimal ASSN_ACT_WORK
)
Parameters
- ASSN_UID
Type: System.Guid
- RES_UID
Type: System.Guid
- RES_NAME
Type: System.String
- WRES_EMAIL
Type: System.String
- TASK_NAME
Type: System.String
- ASSN_START_DATE
Type: System.DateTime
- ASSN_FINISH_DATE
Type: System.DateTime
- WASSN_UPDATE_TRACKING_MODE
Type: System.Int32
- ASSN_PCT_WORK_COMPLETE
Type: System.Int16
- ASSN_WORK
Type: System.Decimal
- ASSN_ACT_WORK
Type: System.Decimal
Return Value
Type: [Statusing Web service].StatusingAssignmentDependenciesDataSet.PreDependenciesRow
Returns StatusingAssignmentDependenciesDataSet.PreDependenciesRow.
See Also
Reference
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable Class
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable Members