AnalysisDataSet.AnalysisPlannerSolutionsDataTable.AddAnalysisPlannerSolutionsRow Method

Adds a AnalysisPlannerSolutionsRow object to the AnalysisPlannerSolutionsDataTable.

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 Sub AddAnalysisPlannerSolutionsRow ( _
    row As AnalysisDataSet.AnalysisPlannerSolutionsRow _
)
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsDataTable
Dim row As AnalysisDataSet.AnalysisPlannerSolutionsRow

instance.AddAnalysisPlannerSolutionsRow(row)
public void AddAnalysisPlannerSolutionsRow(
    AnalysisDataSet.AnalysisPlannerSolutionsRow row
)

Parameters

Remarks

The AddAnalysisPlannerSolutionsRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single AnalysisDataSet.AnalysisPlannerSolutionsRow parameter, for example, AddAnalysisPlannerSolutionsRow (AnalysisDataSet.AnalysisPlannerSolutionsRow row).

  • The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in AnalysisPlannerSolutionsRow. The overload is used internally.

    public AnalysisPlannerSolutionsRow AddAnalysisPlannerSolutionsRow (
            Guid SOLUTION_UID,
            Guid OPTIMIZER_SOLUTION_UID,
            AnalysisRow parentAnalysisRowByFK_Analysis_AnalysisPlannerSolutions,
            string SOLUTION_NAME,
            string SOLUTION_DESCRIPTION,
            byte CONSTRAINT_TYPE,
            decimal CONSTRAINT_VALUE,
            Guid FRONTIER_UID,
            DateTime MOD_DATE,
            DateTime CREATED_DATE,
            Guid CREATED_BY_RES_UID,
            Guid LAST_UPDATED_BY_RES_UID,
            string CREATED_BY_RES_NAME,
            string LAST_UPDATED_BY_RES_NAME,
            byte HIRING_TYPE,
            bool OPT_ENF_SCHEDULING_CONS,
            bool OPT_ENF_PROJ_DEP,
            byte RATE_TABLE,
            Double ALLOCATION_THRESHOLD
    )
    

See Also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsDataTable Class

AnalysisDataSet.AnalysisPlannerSolutionsDataTable Members

PortfolioAnalyses Web Service