PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable.AddSolutionProjectRequirementsByRoleRow Method (PlannerSolutionDataSet.SolutionsRow, Guid, Guid, Guid, DateTime, Decimal, Guid, String, String)
Adds a SolutionProjectRequirementsByRoleRow object to the SolutionProjectRequirementsByRoleDataTable by using separate parameters.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Function AddSolutionProjectRequirementsByRoleRow ( _
parentSolutionsRowByFK_Solutions_SolutionProjectRequirementsByRole As PlannerSolutionDataSet.SolutionsRow, _
PROJ_UID As Guid, _
CUSTOM_FIELD_UID As Guid, _
LT_STRUCT_UID As Guid, _
START_DATE As DateTime, _
ADDITIONAL_WORK As Decimal, _
REQUIREMENT_UID As Guid, _
ROLE_NAME As String, _
PROJ_NAME As String _
) As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable
Dim parentSolutionsRowByFK_Solutions_SolutionProjectRequirementsByRole As PlannerSolutionDataSet.SolutionsRow
Dim PROJ_UID As Guid
Dim CUSTOM_FIELD_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim START_DATE As DateTime
Dim ADDITIONAL_WORK As Decimal
Dim REQUIREMENT_UID As Guid
Dim ROLE_NAME As String
Dim PROJ_NAME As String
Dim returnValue As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
returnValue = instance.AddSolutionProjectRequirementsByRoleRow(parentSolutionsRowByFK_Solutions_SolutionProjectRequirementsByRole, _
PROJ_UID, CUSTOM_FIELD_UID, LT_STRUCT_UID, _
START_DATE, ADDITIONAL_WORK, REQUIREMENT_UID, _
ROLE_NAME, PROJ_NAME)
public PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow AddSolutionProjectRequirementsByRoleRow(
PlannerSolutionDataSet.SolutionsRow parentSolutionsRowByFK_Solutions_SolutionProjectRequirementsByRole,
Guid PROJ_UID,
Guid CUSTOM_FIELD_UID,
Guid LT_STRUCT_UID,
DateTime START_DATE,
decimal ADDITIONAL_WORK,
Guid REQUIREMENT_UID,
string ROLE_NAME,
string PROJ_NAME
)
Parameters
- parentSolutionsRowByFK_Solutions_SolutionProjectRequirementsByRole
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
- PROJ_UID
Type: System.Guid
Contains the project GUID.
- CUSTOM_FIELD_UID
Type: System.Guid
Contains the custom field GUID.
- LT_STRUCT_UID
Type: System.Guid
Contains the lookup table GUID.
- START_DATE
Type: System.DateTime
Contains the start date of the project.
- ADDITIONAL_WORK
Type: System.Decimal
Contains the amount of work required to allocate the project.
- REQUIREMENT_UID
Type: System.Guid
Contains the requirement GUID.
- ROLE_NAME
Type: System.String
Contains the role name.
- PROJ_NAME
Type: System.String
Contains the project name.
Return Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
Remarks
In general, developers should use the AddSolutionProjectRequirementsByRoleRow overload.
See Also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Members