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.

Inheritance Hierarchy

Object
  MarshalByValueComponent
    DataTable
      TypedTableBase<CoverageDSPriv.NamespaceTableRow>
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableDataTable

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

Syntax

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

The CoverageDSPriv.NamespaceTableDataTable type exposes the following members.

Constructors

  Name Description
Public method 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.
Protected method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property CaseSensitive Indicates whether string comparisons within the table are case-sensitive. (Inherited from DataTable.)
Public property ChildRelations Gets the collection of child relations for this DataTable. (Inherited from DataTable.)
Public property Columns Gets the collection of columns that belong to this table. (Inherited from DataTable.)
Public property Constraints Gets the collection of constraints maintained by this table. (Inherited from DataTable.)
Public property Container Gets the container for the component. (Inherited from MarshalByValueComponent.)
Public property 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.
Public property DataSet Gets the DataSet to which this table belongs. (Inherited from DataTable.)
Public property DefaultView Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from DataTable.)
Public property DesignMode Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.)
Public property DisplayExpression Gets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface. (Inherited from DataTable.)
Protected property Events Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.)
Public property ExtendedProperties Gets the collection of customized user information. (Inherited from DataTable.)
Public property HasErrors Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. (Inherited from DataTable.)
Public property IsInitialized Gets a value that indicates whether the DataTable is initialized. (Inherited from DataTable.)
Public property Item 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.
Public property 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.
Public property 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.
Public property 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.
Public property Locale Gets or sets the locale information used to compare strings within the table. (Inherited from DataTable.)
Public property MinimumCapacity Gets or sets the initial starting size for this table. (Inherited from DataTable.)
Public property 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.
Public property Namespace Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from DataTable.)
Public property 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.
Public property 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.
Public property ParentRelations Gets the collection of parent relations for this DataTable. (Inherited from DataTable.)
Public property Prefix Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from DataTable.)
Public property PrimaryKey Gets or sets an array of columns that function as primary keys for the data table. (Inherited from DataTable.)
Public property RemotingFormat Gets or sets the serialization format. (Inherited from DataTable.)
Public property Rows Gets the collection of rows that belong to this table. (Inherited from DataTable.)
Public property Site Gets or sets an ISite for the DataTable. (Inherited from DataTable.)
Public property TableName Gets or sets the name of the DataTable. (Inherited from DataTable.)

Top

Methods

  Name Description
Public method AcceptChanges Commits all the changes made to this table since the last time AcceptChanges was called. (Inherited from DataTable.)
Public method 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.
Public method 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.
Public method BeginInit Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataTable.)
Public method BeginLoadData Turns off notifications, index maintenance, and constraints while loading data. (Inherited from DataTable.)
Public method Cast``1 Converts the elements of an [T:System.Data.TypedTableBase'1] to the specified type. This method supports typed DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from TypedTableBase<CoverageDSPriv.NamespaceTableRow>.)
Public method Clear Clears the DataTable of all data. (Inherited from DataTable.)
Public method 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.)
Public method Compute Computes the given expression on the current rows that pass the filter criteria. (Inherited from DataTable.)
Public method Copy Copies both the structure and data for this DataTable. (Inherited from DataTable.)
Public method CreateDataReader Returns a DataTableReader corresponding to the data within this DataTable. (Inherited from DataTable.)
Protected method 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.)
Public method Dispose Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.)
Public method EndInit Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataTable.)
Public method EndLoadData Turns on notifications, index maintenance, and constraints after loading data. (Inherited from DataTable.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.)
Public method FindByNamespaceKeyName 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.
Public method GetChanges Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. (Inherited from DataTable.)
Public method GetChanges(DataRowState) Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState. (Inherited from DataTable.)
Public method GetEnumerator Returns an enumerator for the typed-DataRow. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from TypedTableBase<CoverageDSPriv.NamespaceTableRow>.)
Public method GetErrors Gets an array of DataRow objects that contain errors. (Inherited from DataTable.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetObjectData Populates a serialization information object with the data needed to serialize the DataTable. (Inherited from DataTable.)
Protected method 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.)
Protected method GetSchema Infrastructure. For a description of this member, see IXmlSerializable.GetSchema. (Inherited from DataTable.)
Public method GetService Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member GetTypedTableSchema 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.
Public method ImportRow Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values. (Inherited from DataTable.)
Public method Load(IDataReader) Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption) Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the loadOption parameter. (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption, FillErrorEventHandler) Fills a DataTable with values from a data source using the supplied IDataReader using an error-handling delegate. (Inherited from DataTable.)
Public method LoadDataRow(Object, Boolean) Finds and updates a specific row. If no matching row is found, a new row is created using the given values. (Inherited from DataTable.)
Public method LoadDataRow(Object, LoadOption) Finds and updates a specific row. If no matching row is found, a new row is created using the given values. (Inherited from DataTable.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Merge(DataTable) Merge the specified DataTable with the current DataTable. (Inherited from DataTable.)
Public method Merge(DataTable, Boolean) Merge the specified DataTable with the current DataTable, indicating whether to preserve changes in the current DataTable. (Inherited from DataTable.)
Public method Merge(DataTable, Boolean, MissingSchemaAction) Merge the specified DataTable with the current DataTable, indicating whether to preserve changes and how to handle missing schema in the current DataTable. (Inherited from DataTable.)
Public method 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.
Public method NewRow Creates a new DataRow with the same schema as the table. (Inherited from DataTable.)
Protected method NewRowArray Infrastructure. Returns an array of DataRow. (Inherited from DataTable.)
Protected method NewRowFromBuilder 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).)
Protected method OnColumnChanged Raises the ColumnChanged event. (Inherited from DataTable.)
Protected method OnColumnChanging Raises the ColumnChanging event. (Inherited from DataTable.)
Protected method OnPropertyChanging Raises the PropertyChanged event. (Inherited from DataTable.)
Protected method OnRemoveColumn Notifies the DataTable that a DataColumn is being removed. (Inherited from DataTable.)
Protected method OnRowChanged 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).)
Protected method OnRowChanging 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).)
Protected method OnRowDeleted 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).)
Protected method OnRowDeleting 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).)
Protected method OnTableCleared Raises the TableCleared event. (Inherited from DataTable.)
Protected method OnTableClearing Raises the TableClearing event. (Inherited from DataTable.)
Protected method OnTableNewRow Raises the TableNewRow event. (Inherited from DataTable.)
Public method ReadXml(Stream) Reads XML schema and data into the DataTable using the specified Stream. (Inherited from DataTable.)
Public method ReadXml(TextReader) Reads XML schema and data into the DataTable using the specified TextReader. (Inherited from DataTable.)
Public method ReadXml(String) Reads XML schema and data into the DataTable from the specified file. (Inherited from DataTable.)
Public method ReadXml(XmlReader) Reads XML Schema and Data into the DataTable using the specified XmlReader. (Inherited from DataTable.)
Public method ReadXmlSchema(Stream) Reads an XML schema into the DataTable using the specified stream. (Inherited from DataTable.)
Public method ReadXmlSchema(TextReader) Reads an XML schema into the DataTable using the specified TextReader. (Inherited from DataTable.)
Public method ReadXmlSchema(String) Reads an XML schema into the DataTable from the specified file. (Inherited from DataTable.)
Public method ReadXmlSchema(XmlReader) Reads an XML schema into the DataTable using the specified XmlReader. (Inherited from DataTable.)
Protected method ReadXmlSerializable Infrastructure. Reads from an XML stream. (Inherited from DataTable.)
Public method RejectChanges Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called. (Inherited from DataTable.)
Public method RemoveNamespaceTableRow 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.
Public method Reset Resets the DataTable to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset. (Inherited from DataTable.)
Public method Select Gets an array of all DataRow objects. (Inherited from DataTable.)
Public method Select(String) Gets an array of all DataRow objects that match the filter criteria. (Inherited from DataTable.)
Public method Select(String, String) Gets an array of all DataRow objects that match the filter criteria, in the specified sort order. (Inherited from DataTable.)
Public method Select(String, String, DataViewRowState) Gets an array of all DataRow objects that match the filter in the order of the sort that match the specified state. (Inherited from DataTable.)
Public method ToString Gets the TableName and DisplayExpression, if there is one as a concatenated string. (Inherited from DataTable.)
Public method WriteXml(Stream) Writes the current contents of the DataTable as XML using the specified Stream. (Inherited from DataTable.)
Public method WriteXml(TextWriter) Writes the current contents of the DataTable as XML using the specified TextWriter. (Inherited from DataTable.)
Public method WriteXml(XmlWriter) Writes the current contents of the DataTable as XML using the specified XmlWriter. (Inherited from DataTable.)
Public method WriteXml(String) Writes the current contents of the DataTable as XML using the specified file. (Inherited from DataTable.)
Public method WriteXml(Stream, Boolean) Writes the current contents of the DataTable as XML using the specified Stream. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(TextWriter, Boolean) Writes the current contents of the DataTable as XML using the specified TextWriter. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(XmlWriter, Boolean) Writes the current contents of the DataTable as XML using the specified XmlWriter. (Inherited from DataTable.)
Public method WriteXml(String, Boolean) Writes the current contents of the DataTable as XML using the specified file. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode) Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode) Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode) Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode) Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode, Boolean) Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode, Boolean) Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode, Boolean) Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode, Boolean) Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXmlSchema(Stream) Writes the current data structure of the DataTable as an XML schema to the specified stream. (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter) Writes the current data structure of the DataTable as an XML schema using the specified TextWriter. (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter) Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter. (Inherited from DataTable.)
Public method WriteXmlSchema(String) Writes the current data structure of the DataTable as an XML schema to the specified file. (Inherited from DataTable.)
Public method WriteXmlSchema(Stream, Boolean) Writes the current data structure of the DataTable as an XML schema to the specified stream. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter, Boolean) Writes the current data structure of the DataTable as an XML schema using the specified TextWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter, Boolean) Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)
Public method WriteXmlSchema(String, Boolean) Writes the current data structure of the DataTable as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. (Inherited from DataTable.)

Top

Events

  Name Description
Public event ColumnChanged Occurs after a value has been changed for the specified DataColumn in a DataRow. (Inherited from DataTable.)
Public event ColumnChanging Occurs when a value is being changed for the specified DataColumn in a DataRow. (Inherited from DataTable.)
Public event Disposed Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.)
Public event Initialized Occurs after the DataTable is initialized. (Inherited from DataTable.)
Public event 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.
Public event 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.
Public event 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.
Public event 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.
Public event RowChanged Occurs after a DataRow has been changed successfully. (Inherited from DataTable.)
Public event RowChanging Occurs when a DataRow is changing. (Inherited from DataTable.)
Public event RowDeleted Occurs after a row in the table has been deleted. (Inherited from DataTable.)
Public event RowDeleting Occurs before a row in the table is about to be deleted. (Inherited from DataTable.)
Public event TableCleared Occurs after a DataTable is cleared. (Inherited from DataTable.)
Public event TableClearing Occurs when a DataTable is cleared. (Inherited from DataTable.)
Public event TableNewRow Occurs when a new DataRow is inserted. (Inherited from DataTable.)

Top

Fields

  Name Description
Protected field fInitInProgress Infrastructure. Checks whether initialization is in progress. The initialization occurs at run time. (Inherited from DataTable.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property System#ComponentModel#IListSource#ContainsListCollection For a description of this member, see IListSource.ContainsListCollection. (Inherited from DataTable.)
Explicit interface implemetationPrivate method System#Collections#IEnumerable#GetEnumerator Returns an enumerator for the typed-DataRow. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from TypedTableBase<CoverageDSPriv.NamespaceTableRow>.)
Explicit interface implemetationPrivate method System#ComponentModel#IListSource#GetList For a description of this member, see IListSource.GetList. (Inherited from DataTable.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#GetSchema For a description of this member, see IXmlSerializable.GetSchema. (Inherited from DataTable.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#ReadXml For a description of this member, see IXmlSerializable.ReadXml. (Inherited from DataTable.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#WriteXml For a description of this member, see IXmlSerializable.WriteXml. (Inherited from DataTable.)

Top

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

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv