SummaryTaskPathDataSet.SummaryTaskPathDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about summary task paths that is contained in one or more SummaryTaskPathDataSet.SummaryTaskPathRow objects.
public: ref class SummaryTaskPathDataSet::SummaryTaskPathDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class SummaryTaskPathDataSet.SummaryTaskPathDataTable : System.Data.DataTable, System.Collections.IEnumerable
type SummaryTaskPathDataSet.SummaryTaskPathDataTable = class
inherit DataTable
interface IEnumerable
Public Class SummaryTaskPathDataSet.SummaryTaskPathDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
SummaryTaskPathDataSet.SummaryTaskPathDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| SummaryTaskPathDataSet.SummaryTaskPathDataTable() |
Creates an instance of the SummaryTaskPathDataTable class. |
| SummaryTaskPathDataSet.SummaryTaskPathDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the SummaryTaskPathDataTable class by using separate parameters. |
Properties
| Count |
Gets the number of row objects in the SummaryTaskPathDataTable. |
| Item[Int32] |
Gets a row in the SummaryTaskPathDataTable, where the row is specified by an index. |
| TASK_NAMEColumn |
Defines the column for the TASK_NAME field. |
| TASK_UIDColumn |
Defines the column for the TASK_UID field. |
Methods
| AddSummaryTaskPathRow(Guid, String) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| AddSummaryTaskPathRow(SummaryTaskPathDataSet+SummaryTaskPathRow) |
Adds a SummaryTaskPathRow object to the SummaryTaskPathDataTable. |
| Clone() | |
| CreateInstance() | |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the SummaryTaskPathDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewRowFromBuilder(DataRowBuilder) | |
| NewSummaryTaskPathRow() |
Creates a row object in the SummaryTaskPathDataTable. |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveSummaryTaskPathRow(SummaryTaskPathDataSet+SummaryTaskPathRow) |
Deletes the specified row object from the SummaryTaskPathDataTable |
Events
| SummaryTaskPathRowChanged |
The post-event that occurs after a row is changed. |
| SummaryTaskPathRowChanging |
The pre-event that occurs before a row is changed. |
| SummaryTaskPathRowDeleted |
The post-event that occurs after a row is deleted. |
| SummaryTaskPathRowDeleting |
The pre-event that occurs before a row is deleted. |