閱讀英文版本 編輯

分享方式:


ProjectDataSet.TaskCustomFieldsDataTable.AddTaskCustomFieldsRow Method

Definition

Overloads

AddTaskCustomFieldsRow(ProjectDataSet+TaskCustomFieldsRow)

Adds a TaskCustomFieldsRow object to the TaskCustomFieldsDataTable.

AddTaskCustomFieldsRow(Guid, Guid, Guid, Guid, Int32, Byte, Boolean, String, DateTime, Guid, Int32, Decimal, Byte, Int32)

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

AddTaskCustomFieldsRow(ProjectDataSet+TaskCustomFieldsRow)

Adds a TaskCustomFieldsRow object to the TaskCustomFieldsDataTable.

C#
public void AddTaskCustomFieldsRow (WebSvcStatusing.ProjectDataSet.TaskCustomFieldsRow row);

Parameters

row
ProjectDataSet.TaskCustomFieldsRow

The task custom fields row to add.

Remarks

The AddTaskCustomFieldsRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single ProjectDataSet.TaskCustomFieldsRow parameter; for example, AddTaskCustomFieldsRow(ProjectDataSet.TaskCustomFieldsRow row).
  • The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in TaskCustomFieldsRow. This overload is used internally.

Applies to

Project Server Latest
產品 版本
Project Server Latest

AddTaskCustomFieldsRow(Guid, Guid, Guid, Guid, Int32, Byte, Boolean, String, DateTime, Guid, Int32, Decimal, Byte, Int32)

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

C#
public WebSvcStatusing.ProjectDataSet.TaskCustomFieldsRow AddTaskCustomFieldsRow (Guid CUSTOM_FIELD_UID, Guid PROJ_UID, Guid TASK_UID, Guid MD_PROP_UID, int MD_PROP_ID, byte FIELD_TYPE_ENUM, bool FLAG_VALUE, string TEXT_VALUE, DateTime DATE_VALUE, Guid CODE_VALUE, int DUR_VALUE, decimal NUM_VALUE, byte DUR_FMT, int INDICATOR_VALUE);

Parameters

CUSTOM_FIELD_UID
Guid
PROJ_UID
Guid
TASK_UID
Guid
MD_PROP_UID
Guid
MD_PROP_ID
Int32
FIELD_TYPE_ENUM
Byte
FLAG_VALUE
Boolean
TEXT_VALUE
String
DATE_VALUE
DateTime
CODE_VALUE
Guid
DUR_VALUE
Int32
NUM_VALUE
Decimal
DUR_FMT
Byte
INDICATOR_VALUE
Int32

Returns

Applies to

Project Server Latest
產品 版本
Project Server Latest