CoverageDSPriv.MethodRow Class

Represents the values in a data row in a CoverageDSPriv.MethodDataTable object. This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Class MethodRow _
    Inherits DataRow
public class MethodRow : DataRow
public ref class MethodRow : public DataRow
type MethodRow =  
    class
        inherit DataRow
    end
public class MethodRow extends DataRow

The CoverageDSPriv.MethodRow type exposes the following members.

Properties

  Name Description
Public property BlocksCovered Gets or sets the number of code blocks in the corresponding module that are covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property BlocksNotCovered Gets or sets the number of code blocks in the corresponding module that are not covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ClassKeyName Gets or sets the key name for the class that contains the corresponding module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ClassRow Gets or sets the CoverageDSPriv.ClassRow object that represents the class that contains the corresponding module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property HasErrors Gets a value that indicates whether there are errors in a row. (Inherited from DataRow.)
Public property Item[Int32] Gets or sets the data stored in the column specified by index. (Inherited from DataRow.)
Public property Item[String] Gets or sets the data stored in the column specified by name. (Inherited from DataRow.)
Public property Item[DataColumn] Gets or sets the data stored in the specified DataColumn. (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] Gets the data stored in the column, specified by index and version of the data to retrieve. (Inherited from DataRow.)
Public property Item[String, DataRowVersion] Gets the specified version of data stored in the named column. (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] Gets the specified version of data stored in the specified DataColumn. (Inherited from DataRow.)
Public property ItemArray Gets or sets all the values for this row through an array. (Inherited from DataRow.)
Public property LinesCovered Gets or sets the number of code lines that are covered by the analysis of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property LinesNotCovered Gets or sets the number of code lines that are not covered by the analysis of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property LinesPartiallyCovered Gets or sets the number of code lines that are partially covered by the analysis of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property MethodFullName Gets or sets the fully qualified name of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property MethodKeyName Gets or sets the key name of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property MethodName Gets or sets the name of the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property RowError Gets or sets the custom error description for a row. (Inherited from DataRow.)
Public property RowState Gets the current state of the row with regard to its relationship to the DataRowCollection. (Inherited from DataRow.)
Public property Table Gets the DataTable for which this row has a schema. (Inherited from DataRow.)

Top

Methods

  Name Description
Public method AcceptChanges Commits all the changes made to this row since the last time AcceptChanges was called. (Inherited from DataRow.)
Public method BeginEdit Starts an edit operation on a DataRow object. (Inherited from DataRow.)
Public method CancelEdit Cancels the current edit on the row. (Inherited from DataRow.)
Public method ClearErrors Clears the errors for the row. This includes the RowError and errors set with SetColumnError. (Inherited from DataRow.)
Public method Delete Deletes the DataRow. (Inherited from DataRow.)
Public method EndEdit Ends the edit occurring on the row. (Inherited from DataRow.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildRows(String) Gets the child rows of a DataRow using the specified RelationName of a DataRelation. (Inherited from DataRow.)
Public method GetChildRows(DataRelation) Gets the child rows of this DataRow using the specified DataRelation. (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetColumnError(Int32) Gets the error description for the column specified by index. (Inherited from DataRow.)
Public method GetColumnError(String) Gets the error description for a column, specified by name. (Inherited from DataRow.)
Public method GetColumnError(DataColumn) Gets the error description of the specified DataColumn. (Inherited from DataRow.)
Public method GetColumnsInError Gets an array of columns that have errors. (Inherited from DataRow.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLinesRows Returns an array of CoverageDSPriv.LinesRow objects for the lines that are contained by the corresponding method. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetParentRow(String) Gets the parent row of a DataRow using the specified RelationName of a DataRelation. (Inherited from DataRow.)
Public method GetParentRow(DataRelation) Gets the parent row of a DataRow using the specified DataRelation. (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetParentRows(String) Gets the parent rows of a DataRow using the specified RelationName of a DataRelation. (Inherited from DataRow.)
Public method GetParentRows(DataRelation) Gets the parent rows of a DataRow using the specified DataRelation. (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion. (Inherited from DataRow.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HasVersion Gets a value that indicates whether a specified version exists. (Inherited from DataRow.)
Public method IsBlocksCoveredNull Returns a value that indicates whether the BlocksCovered property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsBlocksNotCoveredNull Returns a value that indicates whether the BlocksNotCovered property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsClassKeyNameNull Returns a value that indicates whether the ClassKeyName property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsLinesCoveredNull Returns a value that indicates whether the LinesCovered property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsLinesNotCoveredNull Returns a value that indicates whether the LinesNotCovered property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsLinesPartiallyCoveredNull Returns a value that indicates whether the LinesPartiallyCovered property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsMethodFullNameNull Returns a value that indicates whether the MethodFullName property is nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method IsNull(Int32) Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from DataRow.)
Public method IsNull(String) Gets a value that indicates whether the named column contains a null value. (Inherited from DataRow.)
Public method IsNull(DataColumn) Gets a value that indicates whether the specified DataColumn contains a null value. (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value. (Inherited from DataRow.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RejectChanges Rejects all changes made to the row since AcceptChanges was last called. (Inherited from DataRow.)
Public method SetAdded Changes the Rowstate() of a DataRow to Added. (Inherited from DataRow.)
Public method SetBlocksCoveredNull Sets the BlocksCovered property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetBlocksNotCoveredNull Sets the BlocksNotCovered property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetClassKeyNameNull Sets the ClassKeyName property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetColumnError(Int32, String) Sets the error description for a column specified by index. (Inherited from DataRow.)
Public method SetColumnError(String, String) Sets the error description for a column specified by name. (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) Sets the error description for a column specified as a DataColumn. (Inherited from DataRow.)
Public method SetLinesCoveredNull Sets the LinesCovered property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetLinesNotCoveredNull Sets the LinesNotCovered property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetLinesPartiallyCoveredNull Sets the LinesPartiallyCovered property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetMethodFullNameNull Sets the MethodFullName property to nulla null reference (Nothing in Visual Basic). This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetModified Changes the Rowstate() of a DataRow to Modified. (Inherited from DataRow.)
Protected method SetNull Sets the value of the specified DataColumn to a null value. (Inherited from DataRow.)
Public method SetParentRow(DataRow) Sets the parent row of a DataRow with specified new parent DataRow. (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) Sets the parent row of a DataRow with specified new parent DataRow and DataRelation. (Inherited from DataRow.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.ModuleDataTable