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: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionsRow
PROJ_UID
Type: System.GuidContains the project GUID.
CUSTOM_FIELD_UID
Type: System.GuidContains the custom field GUID.
LT_STRUCT_UID
Type: System.GuidContains the lookup table GUID.
START_DATE
Type: System.DateTimeContains the start date of the project.
ADDITIONAL_WORK
Type: System.DecimalContains the amount of work required to allocate the project.
REQUIREMENT_UID
Type: System.GuidContains the requirement GUID.
ROLE_NAME
Type: System.StringContains the role name.
PROJ_NAME
Type: System.StringContains the project name.
Return value
Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
Remarks
In general, developers should use the AddSolutionProjectRequirementsByRoleRow overload.
See also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable members