AnalysisDataSet.AnalysisProjectImpactRow Members
Include Protected Members
Include Inherited Members
Represents project impact information as a row in the AnalysisDataSet.AnalysisProjectImpactDataTable object.
The AnalysisDataSet.AnalysisProjectImpactRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_UID | Gets or sets the GUID of the analysis that the rating is for. | |
AnalysisProjectsRowParent | Gets or sets the analysis projects information. | |
DRIVER_UID | Gets or sets the GUID of the driver that the project is being rated against. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
LT_STRUCT_UID | Gets or sets the GUID of the lookup table value that represents the rating given to the project for the driver. | |
PROJ_UID | Gets or sets the GUID of the project that is being rated against a driver. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top