CustomFieldDataSet.CustomFieldsDataTable.AddCustomFieldsRow Method
Adds a CustomFieldsRow object to the CustomFieldsDataTable.
Namespace: [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
Syntax
'Declaration
Public Sub AddCustomFieldsRow ( _
row As CustomFieldDataSet.CustomFieldsRow _
)
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsDataTable
Dim row As CustomFieldDataSet.CustomFieldsRow
instance.AddCustomFieldsRow(row)
public void AddCustomFieldsRow(
CustomFieldDataSet.CustomFieldsRow row
)
Parameters
- row
Type: [CustomFields Web service].CustomFieldDataSet.CustomFieldsRow
The custom field row to add.
Remarks
The AddCustomFieldsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single CustomFieldDataSet.CustomFieldsRow parameter. For example, AddCustomFieldsRow(CustomFieldDataSet.CustomFieldsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in CustomFieldsRow. The overload is used internally.
public CustomFieldsRow AddCustomFieldsRow( System.Guid MD_PROP_UID, int MD_PROP_ID, System.Guid MD_PROP_UID_SECONDARY, int MD_PROP_ID_SECONDARY, System.Guid MD_ENT_TYPE_UID, string MD_PROP_NAME, System.Guid MD_LOOKUP_TABLE_UID, bool MD_PROP_IS_REQUIRED, byte MD_AGGREGATION_TYPE_ENUM, byte MD_PROP_TYPE_ENUM, System.Guid MD_PROP_DEFAULT_VALUE, bool MD_PROP_IS_LEAF_NODE_ONLY, int MD_PROP_MAX_VALUES, bool MD_PROP_USE_FOR_MATCHING, string MD_PROP_FORMULA, string MD_PROP_GRAPHICAL_INDICATOR, string MD_PROP_SUMM_GRAPHICAL_INDICATOR, string MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR, bool MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP, bool MD_PROP_ROLLDOWN_TO_ASSN, System.Guid MD_PROP_CHECKOUTBY, System.DateTime MD_PROP_CHECKOUTDATE, System.DateTime MOD_DATE)
See Also
Reference
CustomFieldDataSet.CustomFieldsDataTable Class