AnalysisDataSet.AnalysisProjectsRow members

Represents analysis projects information as a row in the AnalysisDataSet.AnalysisProjectsDataTable object.

The AnalysisDataSet.AnalysisProjectsRow type exposes the following members.

Properties

  Name Description
Public property ABSOLUTE_PRIORITY Gets or sets the non-normalized priority for the project within the Portfolio Analysis.
Public property ANALYSIS_UID Gets or sets the GUID of the Portfolio Analysis that the project will be included in.
Public property AnalysisRow Gets or sets the analysis information.
Public property DURATION Gets or sets the duration of the project in the same time scale as the analysis.
Public property FNLT Obsolete.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property LOCKED Gets or sets a value that specifies whether or not the project is locked.
Public property ORIGINAL_END_DATE Gets or sets the original finish date of the project as specified in the project itself.
Public property ORIGINAL_START_DATE Gets or sets the original start date of the project as specified in the project itself.
Public property PRIORITY Gets or sets the normalized priority for the project within the portfolio analysis.
Public property PROJ_NAME Gets the name of the project that is included in the portfolio analysis. Read-only.
Public property PROJ_UID Gets or sets the GUID of the project that is included in the portfolio analysis.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property SNET Obsolete.
Public property START_DATE Gets or sets the start date of the project, modified to fit the time scale specified for the analysis.
Public property Table (Inherited from DataRow.)

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAnalysisProjectImpactRows Gets the project impact information.
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsABSOLUTE_PRIORITYNull Determines whether the ABSOLUTE_PRIORITY property is set to a null value.
Public method IsFNLTNull Determines whether the FNLT property is set to a null value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsORIGINAL_END_DATENull Determines whether the ORIGINAL_END_DATE property is set to a null value.
Public method IsORIGINAL_START_DATENull Determines whether the ORIGINAL_START_DATE property is set to a null value.
Public method IsPRIORITYNull Determines whether the PRIORITY property is set to a null value.
Public method IsPROJ_NAMENull Determines whether the PROJ_NAME property is set to a null value.
Public method IsSNETNull Determines whether the SNET property is set to a null value.
Public method IsSTART_DATENull Determines whether the START_DATE property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetABSOLUTE_PRIORITYNull Sets the ABSOLUTE_PRIORITY property to a null value.
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetFNLTNull Sets the FNLT property to a null value.
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetORIGINAL_END_DATENull Sets the ORIGINAL_END_DATE property to a null value.
Public method SetORIGINAL_START_DATENull Sets the ORIGINAL_START_DATE property to a null value.
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetPRIORITYNull Sets the PRIORITY property to a null value.
Public method SetPROJ_NAMENull Sets the PROJ_NAME property to a null value.
Public method SetSNETNull Sets the SNET property to a null value.
Public method SetSTART_DATENull Sets the START_DATE property to a null value.
Public method ToString (Inherited from Object.)

Top

See also

Reference

AnalysisDataSet.AnalysisProjectsRow class

WebSvcPortfolioAnalyses namespace