CoverageDSPriv.MethodDataTable Class

 

Represents a data table that contains method information in the code that is being analyzed. 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.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      System.Data.TypedTableBase<T>
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodDataTable

Syntax

[SerializableAttribute]
public class MethodDataTable : TypedTableBase<CoverageDSPriv.MethodRow>
[SerializableAttribute]
public ref class MethodDataTable : TypedTableBase<CoverageDSPriv::MethodRow^>
[<SerializableAttribute>]
type MethodDataTable = 
    class
        inherit TypedTableBase<CoverageDSPriv.MethodRow>
    end
<SerializableAttribute>
Public Class MethodDataTable
    Inherits TypedTableBase(Of CoverageDSPriv.MethodRow)

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.MethodDataTable()

Initializes a new instance of the CoverageDSPriv.MethodDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod CoverageDSPriv.MethodDataTable(SerializationInfo, StreamingContext)

Initializes a new instance of the CoverageDSPriv.MethodDataTable class from XML. This class and its members are reserved for internal use and are not intended to be used in your code.

Properties

Name Description
System_CAPS_pubproperty BlocksCoveredColumn

Gets the data column that contains the number of code blocks in each method 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 BlocksNotCoveredColumn

Gets the data column that contains the number of code blocks in each class 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 CaseSensitive

(Inherited from DataTable.)

System_CAPS_pubproperty ChildRelations

(Inherited from DataTable.)

System_CAPS_pubproperty ClassKeyNameColumn

Gets the data column that contains the key names for the class that contains the respective method. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Columns

(Inherited from DataTable.)

System_CAPS_pubproperty Constraints

(Inherited from DataTable.)

System_CAPS_pubproperty Container

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty Count

Gets the number of methods in this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty DataSet

(Inherited from DataTable.)

System_CAPS_pubproperty DefaultView

(Inherited from DataTable.)

System_CAPS_pubproperty DesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty DisplayExpression

(Inherited from DataTable.)

System_CAPS_protproperty Events

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty ExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubproperty HasErrors

(Inherited from DataTable.)

System_CAPS_pubproperty IsInitialized

(Inherited from DataTable.)

System_CAPS_pubproperty Item[Int32]

Gets the data row from the table at the specified index. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesCoveredColumn

Gets the data column that contains the number lines that are covered by each method record. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesNotCoveredColumn

Gets the data column that contains the number of lines that are not covered by the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesPartiallyCoveredColumn

Gets the data column that contains the number of lines that are partially covered for each method. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Locale

(Inherited from DataTable.)

System_CAPS_pubproperty MethodFullNameColumn

Gets the column that contains the full name for the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty MethodKeyNameColumn

Gets the column that contains the key name for the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty MethodNameColumn

Gets the column that contains the names of the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty MinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubproperty Namespace

(Inherited from DataTable.)

System_CAPS_pubproperty ParentRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Prefix

(Inherited from DataTable.)

System_CAPS_pubproperty PrimaryKey

(Inherited from DataTable.)

System_CAPS_pubproperty RemotingFormat

(Inherited from DataTable.)

System_CAPS_pubproperty Rows

(Inherited from DataTable.)

System_CAPS_pubproperty Site

(Inherited from DataTable.)

System_CAPS_pubproperty TableName

(Inherited from DataTable.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod AddMethodRow(CoverageDSPriv.MethodRow)

Adds a CoverageDSPriv.MethodRow to this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod AddMethodRow(String, String, String, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.ClassRow)

Adds a CoverageDSPriv.MethodRow that contains the provided values. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethod BeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Cast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod Clear()

(Inherited from DataTable.)

System_CAPS_pubmethod Clone()

Returns a clone of this CoverageDSPriv.MethodDataTable. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.Clone().)

System_CAPS_pubmethod Compute(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Copy()

(Inherited from DataTable.)

System_CAPS_pubmethod CreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethod CreateInstance()

Returns a new method data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.CreateInstance().)

System_CAPS_pubmethod Dispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod EndInit()

(Inherited from DataTable.)

System_CAPS_pubmethod EndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod FindByMethodKeyName(String)

Returns a method row that is specified by the method key name. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod GetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod GetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethod GetRowType()

Returns the Type for the rows in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.GetRowType().)

System_CAPS_protmethod GetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethod GetService(Type)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetTypedTableSchema(XmlSchemaSet)

Returns the complex schema for this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod ImportRow(DataRow)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, FillErrorEventHandler)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(DataTable)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethod NewMethodRow()

Returns a new method row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod NewRow()

(Inherited from DataTable.)

System_CAPS_protmethod NewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethod NewRowFromBuilder(DataRowBuilder)

Creates a new class data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.NewRowFromBuilder(DataRowBuilder).)

System_CAPS_protmethod OnColumnChanged(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnColumnChanging(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnPropertyChanging(PropertyChangedEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnRemoveColumn(DataColumn)

(Inherited from DataTable.)

System_CAPS_protmethod OnRowChanged(DataRowChangeEventArgs)

Handles the MethodRowChanged event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowChanging(DataRowChangeEventArgs)

Handles the MethodRowChanging event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleted(DataRowChangeEventArgs)

Handles the MethodRowDeleted event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleting(DataRowChangeEventArgs)

Handles the MethodRowDeleting event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleting(DataRowChangeEventArgs).)

System_CAPS_protmethod OnTableCleared(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableClearing(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableNewRow(DataTableNewRowEventArgs)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(XmlReader)

(Inherited from DataTable.)

System_CAPS_protmethod ReadXmlSerializable(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod RemoveMethodRow(CoverageDSPriv.MethodRow)

Deletes the specified data row from the data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Reset()

(Inherited from DataTable.)

System_CAPS_pubmethod Select()

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod ToString()

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter, Boolean)

(Inherited from DataTable.)

Fields

Name Description
System_CAPS_protfield fInitInProgress

(Inherited from DataTable.)

Events

Name Description
System_CAPS_pubevent ColumnChanged

(Inherited from DataTable.)

System_CAPS_pubevent ColumnChanging

(Inherited from DataTable.)

System_CAPS_pubevent Disposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubevent Initialized

(Inherited from DataTable.)

System_CAPS_pubevent MethodRowChanged

Occurs when the data in a row has changed. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent MethodRowChanging

Occurs when the data in a row is changing. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent MethodRowDeleted

Occurs when the data in a row has been deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent MethodRowDeleting

Occurs before a row is deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent RowChanged

(Inherited from DataTable.)

System_CAPS_pubevent RowChanging

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleted

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleting

(Inherited from DataTable.)

System_CAPS_pubevent TableCleared

(Inherited from DataTable.)

System_CAPS_pubevent TableClearing

(Inherited from DataTable.)

System_CAPS_pubevent TableNewRow

(Inherited from DataTable.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IListSource.GetList()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

(Inherited from DataTable.)

Remarks

Accessed by using the CoverageDSPriv.Method property.

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

DataTable
CoverageDSPriv
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top