ProjectDataSet.DependencyDataTable 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 information about project dependency status that is contained in one or more ProjectDataSet.DependencyRow objects.
public: ref class ProjectDataSet::DependencyDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class ProjectDataSet.DependencyDataTable : System.Data.DataTable, System.Collections.IEnumerable
type ProjectDataSet.DependencyDataTable = class
inherit DataTable
interface IEnumerable
Public Class ProjectDataSet.DependencyDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
ProjectDataSet.DependencyDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| ProjectDataSet.DependencyDataTable() |
Creates an instance of the DependencyDataTable class. |
| ProjectDataSet.DependencyDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the DependencyDataTable class by using separate parameters. |
Properties
| Count |
Gets the total number of row objects in the DependencyDataTable. |
| Item[Int32] |
Gets a row in the DependencyDataTable, where the row is specified by an index. |
| LINK_LAG_FMTColumn |
Defines the column for the LINK_LAG_FMT field. |
| LINK_LAGColumn |
Defines the column for the LINK_LAG field. |
| LINK_PRED_UIDColumn |
Defines the column for the LINK_PRED_UID field. |
| LINK_SUCC_UIDColumn |
Defines the column for the LINK_SUCC_UID field. |
| LINK_TYPEColumn |
Defines the column for the LINK_TYPE field. |
| LINK_UIDColumn |
Defines the column for the LINK_UID field. |
| PROJ_UIDColumn |
Defines the column for the PROJ_UID field. |
Methods
| AddDependencyRow(Guid, Guid, Guid, Guid, Int32, Int32, Int32) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| AddDependencyRow(ProjectDataSet+DependencyRow) |
Adds a DependencyRow object to the DependencyDataTable. |
| Clone() | |
| CreateInstance() | |
| FindByLINK_UIDPROJ_UID(Guid, Guid) |
Retrieves a DependencyRow object by using the specified link GUID and the specified project GUID. |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the DependencyDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewDependencyRow() |
Creates a row object in the DependencyDataTable. |
| NewRowFromBuilder(DataRowBuilder) | |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveDependencyRow(ProjectDataSet+DependencyRow) |
Deletes the specified row object from the DependencyDataTable. |
Events
| DependencyRowChanged |
The post-event that occurs after the row is changed. |
| DependencyRowChanging |
The pre-event that occurs before the row is changed. |
| DependencyRowDeleted |
The post-event that occurs after the row is deleted. |
| DependencyRowDeleting |
The pre-event that occurs before the row is deleted. |