Edit

Share via


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.AddPostDependenciesRow Method

Definition

Overloads

AddPostDependenciesRow(StatusingAssignmentDependenciesDataSet+PostDependenciesRow)

Adds a PostDependenciesRow object to the PostDependenciesDataTable.

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.

public:
 void AddPostDependenciesRow(WebSvcStatusing::StatusingAssignmentDependenciesDataSet::PostDependenciesRow ^ row);
public void AddPostDependenciesRow(WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow row);
member this.AddPostDependenciesRow : WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow -> unit
Public Sub AddPostDependenciesRow (row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow)

Parameters

row
StatusingAssignmentDependenciesDataSet.PostDependenciesRow

The post dependencies row to add.

Applies to

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.

public:
 WebSvcStatusing::StatusingAssignmentDependenciesDataSet::PostDependenciesRow ^ AddPostDependenciesRow(Guid ASSN_UID, Guid RES_UID, System::String ^ RES_NAME, System::String ^ WRES_EMAIL, System::String ^ TASK_NAME, DateTime ASSN_START_DATE, DateTime ASSN_FINISH_DATE, int WASSN_UPDATE_TRACKING_MODE, short ASSN_PCT_WORK_COMPLETE, System::Decimal ASSN_WORK, System::Decimal ASSN_ACT_WORK);
public WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow AddPostDependenciesRow(Guid ASSN_UID, Guid RES_UID, string RES_NAME, string WRES_EMAIL, string TASK_NAME, DateTime ASSN_START_DATE, DateTime ASSN_FINISH_DATE, int WASSN_UPDATE_TRACKING_MODE, short ASSN_PCT_WORK_COMPLETE, decimal ASSN_WORK, decimal ASSN_ACT_WORK);
member this.AddPostDependenciesRow : Guid * Guid * string * string * string * DateTime * DateTime * int * int16 * decimal * decimal -> WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow
Public Function AddPostDependenciesRow (ASSN_UID As Guid, RES_UID As Guid, RES_NAME As String, WRES_EMAIL As String, TASK_NAME As String, ASSN_START_DATE As DateTime, ASSN_FINISH_DATE As DateTime, WASSN_UPDATE_TRACKING_MODE As Integer, ASSN_PCT_WORK_COMPLETE As Short, ASSN_WORK As Decimal, ASSN_ACT_WORK As Decimal) As StatusingAssignmentDependenciesDataSet.PostDependenciesRow

Parameters

ASSN_UID
Guid
RES_UID
Guid
RES_NAME
String
WRES_EMAIL
String
TASK_NAME
String
ASSN_START_DATE
DateTime
ASSN_FINISH_DATE
DateTime
WASSN_UPDATE_TRACKING_MODE
Int32
ASSN_PCT_WORK_COMPLETE
Int16
ASSN_WORK
Decimal
ASSN_ACT_WORK
Decimal

Returns

Applies to