ProjectTimesheetLinesDataSet.CustomFieldsDataTable.AddCustomFieldsRow Method
Adds a CustomFieldsRow to the CustomFieldsDataTable.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub AddCustomFieldsRow ( _
row As ProjectTimesheetLinesDataSet.CustomFieldsRow _
)
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim row As ProjectTimesheetLinesDataSet.CustomFieldsRow
instance.AddCustomFieldsRow(row)
public void AddCustomFieldsRow(
ProjectTimesheetLinesDataSet.CustomFieldsRow row
)
Parameters
- row
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.CustomFieldsRow
The custom fields row that is to be added.
Remarks
The AddCustomFieldsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single ProjectTimesheetLinesDataSet.CustomFieldsRow parameter, for example, AddCustomFieldsRow(ProjectTimesheetLinesDataSet.CustomFieldsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in CustomFieldsRow. The overload is used internally.
public CustomFieldsRow AddCustomFieldsRow ( Guid CUSTOM_FIELD_UID, Guid TS_UID, ProjectTimesheetLinesRow parentProjectTimesheetLinesRowByLines_CustomFields, Guid MD_PROP_UID, int MD_PROP_ID, byte FIELD_TYPE_ENUM, bool FLAG_VALUE, string TEXT_VALUE, DateTime DATE_VALUE, int DUR_VALUE, decimal NUM_VALUE, byte DUR_FMT, int INDICATOR_VALUE, Guid CODE_VALUE, string CODE_TEXT_VALUE, decimal CODE_NUM_VALUE, DateTime CODE_DATE_VALUE, int CODE_DUR_VALUE, byte CODE_DUR_FMT )
See Also
Reference
ProjectTimesheetLinesDataSet.CustomFieldsDataTable Class