AnalysisDataSet.AnalysisProjectRequirementsByRoleDataTable.AddAnalysisProjectRequirementsByRoleRow method (Guid, Guid, Guid, Guid, DateTime, Decimal, Guid)
Adds an AnalysisProjectRequirementsByRoleRow object to the AnalysisProjectRequirementsByRoleDataTable by using separate parameters.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddAnalysisProjectRequirementsByRoleRow ( _
ANALYSIS_UID As Guid, _
PROJ_UID As Guid, _
CUSTOM_FIELD_UID As Guid, _
LT_STRUCT_UID As Guid, _
START_DATE As DateTime, _
PROJECT_REQUIREMENT As Decimal, _
REQUIREMENT_UID As Guid _
) As AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectRequirementsByRoleDataTable
Dim ANALYSIS_UID As Guid
Dim PROJ_UID As Guid
Dim CUSTOM_FIELD_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim START_DATE As DateTime
Dim PROJECT_REQUIREMENT As Decimal
Dim REQUIREMENT_UID As Guid
Dim returnValue As AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
returnValue = instance.AddAnalysisProjectRequirementsByRoleRow(ANALYSIS_UID, _
PROJ_UID, CUSTOM_FIELD_UID, LT_STRUCT_UID, _
START_DATE, PROJECT_REQUIREMENT, _
REQUIREMENT_UID)
public AnalysisDataSet.AnalysisProjectRequirementsByRoleRow AddAnalysisProjectRequirementsByRoleRow(
Guid ANALYSIS_UID,
Guid PROJ_UID,
Guid CUSTOM_FIELD_UID,
Guid LT_STRUCT_UID,
DateTime START_DATE,
decimal PROJECT_REQUIREMENT,
Guid REQUIREMENT_UID
)
Parameters
ANALYSIS_UID
Type: System.GuidContains the analysis GUID.
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 beginning of the period of time the requirement information is based on
PROJECT_REQUIREMENT
Type: System.DecimalContains the amount of resources needed for the specified role, for the specified project, time period, and analysis
REQUIREMENT_UID
Type: System.GuidContains the requirement GUID.
Return value
Type: WebSvcPortfolioAnalyses.AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
Returns AnalysisDataSet.AnalysisProjectRequirementsByRoleRow.
Remarks
In general, developers should use the AddAnalysisProjectRequirementsByRoleRow overload.
See also
Reference
AnalysisDataSet.AnalysisProjectRequirementsByRoleDataTable class
AnalysisDataSet.AnalysisProjectRequirementsByRoleDataTable members