CoverageDSPriv.NamespaceTableDataTable Class

 

Represents a data table that contains namespace 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.NamespaceTableDataTable

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.NamespaceTableDataTable()

Initializes a new instance of the CoverageDSPriv.NamespaceTableDataTable 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.NamespaceTableDataTable(SerializationInfo, StreamingContext)

Initializes a new instance of the CoverageDSPriv.NamespaceTableDataTable 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 namespace 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 namespace 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 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 namespace 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.

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 namespace row from this 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 of this data table that contains the number of lines that are covered by this analysis for each namespace. 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 of this data table that contains the number of lines that are not covered by this analysis for each namespace. 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 of this data table that contains the number of lines that are partially covered by this analysis for each namespace. 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 MinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubproperty ModuleNameColumn

Gets the data column that contains the name of the module for each namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Namespace

(Inherited from DataTable.)

System_CAPS_pubproperty NamespaceKeyNameColumn

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

System_CAPS_pubproperty NamespaceNameColumn

Gets the data column that contains the name of the namespace for each namespace row. This class and its members are reserved for internal use and are not intended to be used in your code.

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 AddNamespaceTableRow(CoverageDSPriv.NamespaceTableRow)

Adds the provided namespace table row to 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 AddNamespaceTableRow(UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.ModuleRow, String, String)

Adds a new namespace table row to this data table 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.NamespaceTableDataTable. 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 instance of a CoverageDSPriv.NamespaceTableDataTable. 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 FindByNamespaceKeyName(String)

Returns the namespace table row that is found by using the provided namespace 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()

Gets 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 NewNamespaceTableRow()

Returns a new namespace table 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 namespace table 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 NamespaceTableRowChanged 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 NamespaceTableRowChanging 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 NamespaceTableRowDeleted 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 NamespaceTableRowDeleting 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 RemoveNamespaceTableRow(CoverageDSPriv.NamespaceTableRow)

Deletes the provided namespace table row from 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 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 NamespaceTableRowChanged

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 NamespaceTableRowChanging

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 NamespaceTableRowDeleted

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 NamespaceTableRowDeleting

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

CoverageDSPriv
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top