StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable 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 assignment post-dependencies that is contained in one or more StatusingAssignmentDependenciesDataSet.PostDependenciesRow objects.
public: ref class StatusingAssignmentDependenciesDataSet::PostDependenciesDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable = class
inherit DataTable
interface IEnumerable
Public Class StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable() |
Creates an instance of the PostDependenciesDataTable class. |
| StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the PostDependenciesDataTable class by using separate parameters. |
Properties
| ASSN_ACT_WORKColumn |
Defines the column for the ASSN_ACT_WORK field. |
| ASSN_FINISH_DATEColumn |
Defines the column for the ASSN_FINISH_DATE field. |
| ASSN_PCT_WORK_COMPLETEColumn |
Defines the column for the ASSN_PCT_WORK_COMPLETE field. |
| ASSN_START_DATEColumn |
Defines the column for the ASSN_START_DATE field. |
| ASSN_UIDColumn |
Defines the column for the ASSN_UID field. |
| ASSN_WORKColumn |
Defines the column for the ASSN_WORK field. |
| Count |
Gets the number of row objects in the PostDependenciesDataTable. |
| Item[Int32] |
Gets a row in the PostDependenciesDataTable, where the row is specified by an index. |
| RES_NAMEColumn |
Defines the column for the RES_NAME field. |
| RES_UIDColumn |
Defines the column for the RES_UID field. |
| TASK_NAMEColumn |
Defines the column for the TASK_NAME field. |
| WASSN_UPDATE_TRACKING_MODEColumn |
Defines the column for the WASSN_UPDATE_TRACKING_MODE field. |
| WRES_EMAILColumn |
Defines the column for the WRES_EMAIL field. |
Methods
Events
| PostDependenciesRowChanged |
The post-event that occurs after a row is changed. |
| PostDependenciesRowChanging |
The pre-event that occurs before a row is changed. |
| PostDependenciesRowDeleted |
The post-event that occurs after a row is deleted. |
| PostDependenciesRowDeleting |
The pre-event that occurs before a row is deleted. |