ResourceDataSet.ResourcesDataTable.AddResourcesRow Method
Adds a ResourcesRow object to the ResourcesDataTable.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Sub AddResourcesRow ( _
row As ResourceDataSet.ResourcesRow _
)
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim row As ResourceDataSet.ResourcesRow
instance.AddResourcesRow(row)
public void AddResourcesRow(
ResourceDataSet.ResourcesRow row
)
Parameters
- row
Type: [Workflow Web service].ResourceDataSet.ResourcesRow
Contains the resources row to be added.
Remarks
The AddResourcesRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single ResourceDataSet.ResourcesRow parameter, for example, AddResourcesRow(ResourceDataSet.ResourcesRow row).
The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in ResourcesRow. The overload is used internally.
public ResourcesRow AddResourcesRow ( Guid RES_UID, int RES_ID, int RES_TYPE, bool RES_HAS_NOTES, bool RES_CAN_LEVEL, short RES_ACCRUE_AT, int RES_BOOKING_TYPE, string RES_NAME, string RES_INITIALS, string RES_PHONETICS, string RES_MATERIAL_LABEL, Byte[] RES_RTF_NOTES, string WRES_ACCOUNT, bool RES_IS_WINDOWS_USER, string WRES_EMAIL, int WRES_EMAIL_LANGUAGE, Guid RES_CHECKOUTBY, DateTime RES_CHECKOUTDATE, string RES_HYPERLINK_FRIENDLY_NAME, string RES_HYPERLINK_ADDRESS, string RES_HYPERLINK_SUB_ADDRESS, string RES_CODE, string RES_GROUP, string RES_EXTERNAL_ID, Guid RES_TIMESHEET_MGR_UID, Guid RES_DEF_ASSN_OWNER, DateTime RES_HIRE_DATE, DateTime RES_TERMINATION_DATE, bool RES_IS_TEAM, bool RES_EXCHANGE_SYNC, string RES_EXCHANGE_EWS_URL, string RES_COST_CENTER, string RES_NOTES, Guid BaseCalendarUniqueId, DateTime CREATED_DATE, DateTime MOD_DATE )
See Also
Reference
ResourceDataSet.ResourcesDataTable Class