Редагувати

Поділитися через


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable Class

Definition

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

AddPostDependenciesRow(Guid, Guid, String, String, String, DateTime, DateTime, Int32, Int16, Decimal, Decimal)

This member is reserved for internal use and is not intended to be used directly from your code.

AddPostDependenciesRow(StatusingAssignmentDependenciesDataSet+PostDependenciesRow)

Adds a PostDependenciesRow object to the PostDependenciesDataTable.

Clone()
CreateInstance()
GetEnumerator()

Gets an enumerator that can be used to iterate through the rows of the PostDependenciesDataTable.

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

This member is reserved for internal use and is not intended to be used directly from your code.

NewPostDependenciesRow()

Creates a row object in the PostDependenciesDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemovePostDependenciesRow(StatusingAssignmentDependenciesDataSet+PostDependenciesRow)

Deletes a row object from the PostDependenciesDataTable.

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.

Applies to