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 1 つまたは複数のタスク、リソース、またはプロジェクトのエンタープライズ ユーザー設定フィールドを表します。
パブリック クラス CustomFieldDataSet.CustomFieldsDataTable 1 つ以上のCustomFieldDataSet.CustomFieldsRow行で定義されているエンタープライズ ユーザー設定フィールドを表します。
パブリック クラス CustomFieldDataSet.CustomFieldsRow エンタープライズ ユーザー設定フィールドの場合。
パブリック クラス CustomFieldDataSet.CustomFieldsRowChangeEvent CustomFieldsRow内のデータが変更されたときに発生するイベントです。
パブリック クラス CustomFields このクラスには Project server のエンタープライズ ユーザー設定フィールドを管理するためのメソッドが含まれます。

デリゲート

  デリゲート 説明
パブリック デリゲート CustomFieldDataSet.CustomFieldsRowChangeEventHandler CustomFieldDataSet.CustomFieldsRow のデータで、アクションを実行するときに発生するイベントを処理するメソッドを表します。

関連項目

参照先

WebSvcLookupTable