Редагувати

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


StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable Class

Definition

Represents status information about assignment pre-dependencies that is contained in one or more StatusingAssignmentDependenciesDataSet.PreDependenciesRow objects.

public: ref class StatusingAssignmentDependenciesDataSet::PreDependenciesDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable = class
    inherit DataTable
    interface IEnumerable
Public Class StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable
Inherits DataTable
Implements IEnumerable
Inheritance
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable
Attributes
SerializableAttribute
Implements

Constructors

StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable()

Creates an instance of the PreDependenciesDataTable class.

StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable(SerializationInfo, StreamingContext)

Creates an instance of the PreDependenciesDataTable 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 PreDependenciesDataTable.

Item[Int32]

Gets a row in the PreDependenciesDataTable, 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

AddPreDependenciesRow(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.

AddPreDependenciesRow(StatusingAssignmentDependenciesDataSet+PreDependenciesRow)

Adds a PreDependenciesRow object to the PreDependenciesDataTable.

Clone()
CreateInstance()
GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewPreDependenciesRow()

Creates a row object in the PreDependenciesDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemovePreDependenciesRow(StatusingAssignmentDependenciesDataSet+PreDependenciesRow)

Deletes a row object from the PreDependenciesDataTable.

Events

PreDependenciesRowChanged

The post-event that occurs after a row is changed.

PreDependenciesRowChanging

The pre-event that occurs before a row is changed.

PreDependenciesRowDeleted

The post-event that occurs after a row is deleted.

PreDependenciesRowDeleting

The pre-event that occurs before a row is deleted.

Applies to