WebSvcCustomFields 命名空间

The CustomFields class is the primary class in the WebSvcCustomFields namespace. The CustomFields class includes methods that manage enterprise custom fields.

备注

In the ASMX web service, CustomFields is a class. In the WCF service, CustomFields is an interface that is implemented in the CustomFieldsClient class. For information about using the CustomFieldsClient class in a WCF-based application, see the CustomFields class constructor.

The WebSvcCustomFields namespace is an arbitrary name for a reference to the CustomFields.asmx web service (or the CustomFields.svc service) of the Project Server Interface (PSI). Methods in the CustomFields class check out, check in, read, create, delete, and update enterprise custom fields.

CustomFields methods typically use or return a CustomFieldDataSet object.

  说明
公共类 CustomFieldDataSet 表示一个或多个任务、 资源或项目自定义域。
公共类 CustomFieldDataSet.CustomFieldsDataTable 表示企业在一个或多个CustomFieldDataSet.CustomFieldsRow行中定义的自定义字段。
公共类 CustomFieldDataSet.CustomFieldsRow 企业自定义域。
公共类 CustomFieldDataSet.CustomFieldsRowChangeEvent 在CustomFieldsRow中的数据发生更改时引发的事件。
公共类 CustomFields 此类包含用于管理 Project Server 中的企业自定义域的方法。

委托

  委托 说明
公共委托 CustomFieldDataSet.CustomFieldsRowChangeEventHandler 表示处理对CustomFieldDataSet.CustomFieldsRow数据执行操作时发生的事件的方法。

另请参阅

引用

WebSvcLookupTable