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.

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

Inheritance Hierarchy

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

Syntax

public class MethodRow : DataRow
public ref class MethodRow : DataRow
type MethodRow = 
    class
        inherit DataRow
    end
Public Class MethodRow
    Inherits DataRow

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty HasErrors

(Inherited from DataRow.)

System_CAPS_pubproperty Item[DataColumn]

(Inherited from DataRow.)

System_CAPS_pubproperty Item[DataColumn, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubproperty Item[Int32]

(Inherited from DataRow.)

System_CAPS_pubproperty Item[Int32, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubproperty Item[String]

(Inherited from DataRow.)

System_CAPS_pubproperty Item[String, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubproperty ItemArray

(Inherited from DataRow.)

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty RowError

(Inherited from DataRow.)

System_CAPS_pubproperty RowState

(Inherited from DataRow.)

System_CAPS_pubproperty Table

(Inherited from DataRow.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataRow.)

System_CAPS_pubmethod BeginEdit()

(Inherited from DataRow.)

System_CAPS_pubmethod CancelEdit()

(Inherited from DataRow.)

System_CAPS_pubmethod ClearErrors()

(Inherited from DataRow.)

System_CAPS_pubmethod Delete()

(Inherited from DataRow.)

System_CAPS_pubmethod EndEdit()

(Inherited from DataRow.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetChildRows(DataRelation)

(Inherited from DataRow.)

System_CAPS_pubmethod GetChildRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetChildRows(String)

(Inherited from DataRow.)

System_CAPS_pubmethod GetChildRows(String, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetColumnError(DataColumn)

(Inherited from DataRow.)

System_CAPS_pubmethod GetColumnError(Int32)

(Inherited from DataRow.)

System_CAPS_pubmethod GetColumnError(String)

(Inherited from DataRow.)

System_CAPS_pubmethod GetColumnsInError()

(Inherited from DataRow.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod 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.

System_CAPS_pubmethod GetParentRow(DataRelation)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRow(DataRelation, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRow(String)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRow(String, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRows(DataRelation)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRows(String)

(Inherited from DataRow.)

System_CAPS_pubmethod GetParentRows(String, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod HasVersion(DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod IsBlocksCoveredNull()

Returns a value that indicates whether the BlocksCovered property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsBlocksNotCoveredNull()

Returns a value that indicates whether the BlocksNotCovered property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsClassKeyNameNull()

Returns a value that indicates whether the ClassKeyName property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsLinesCoveredNull()

Returns a value that indicates whether the LinesCovered property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsLinesNotCoveredNull()

Returns a value that indicates whether the LinesNotCovered property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsLinesPartiallyCoveredNull()

Returns a value that indicates whether the LinesPartiallyCovered property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsMethodFullNameNull()

Returns a value that indicates whether the MethodFullName property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod IsNull(DataColumn)

(Inherited from DataRow.)

System_CAPS_pubmethod IsNull(DataColumn, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethod IsNull(Int32)

(Inherited from DataRow.)

System_CAPS_pubmethod IsNull(String)

(Inherited from DataRow.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataRow.)

System_CAPS_pubmethod SetAdded()

(Inherited from DataRow.)

System_CAPS_pubmethod SetBlocksCoveredNull()

Sets the BlocksCovered property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetBlocksNotCoveredNull()

Sets the BlocksNotCovered property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetClassKeyNameNull()

Sets the ClassKeyName property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetColumnError(DataColumn, String)

(Inherited from DataRow.)

System_CAPS_pubmethod SetColumnError(Int32, String)

(Inherited from DataRow.)

System_CAPS_pubmethod SetColumnError(String, String)

(Inherited from DataRow.)

System_CAPS_pubmethod SetLinesCoveredNull()

Sets the LinesCovered property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetLinesNotCoveredNull()

Sets the LinesNotCovered property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetLinesPartiallyCoveredNull()

Sets the LinesPartiallyCovered property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetMethodFullNameNull()

Sets the MethodFullName property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod SetModified()

(Inherited from DataRow.)

System_CAPS_protmethod SetNull(DataColumn)

(Inherited from DataRow.)

System_CAPS_pubmethod SetParentRow(DataRow)

(Inherited from DataRow.)

System_CAPS_pubmethod SetParentRow(DataRow, DataRelation)

(Inherited from DataRow.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

CoverageDSPriv.ModuleDataTable
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top