WebSvcEvents 名前空間

The Events class is the primary class in the WebSvcEvents namespace. The Events class includes methods that manage the Project Server event handler associations.

注意

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

The WebSvcEvents namespace is an arbitrary name for a reference to the Events.asmx web service (or the Events.svc service) of the Project Server Interface (PSI). Methods in the Events class can read the list of Project Server events, read event handler associations for a specific event, or read all event handler associations. Methods in the Events class can create, update, and delete event handler associations.

Events methods typically use or return an EventsDataSet object or an EventHandlersDataSet object.

クラス

  クラス 説明
パブリック クラス EventHandlersDataSet Project server イベント ハンドラーを登録するための情報のコレクションが含まれています。
パブリック クラス EventHandlersDataSet.EventHandlersDataTable 1 つまたは複数のイベント ハンドラーを Project Server のイベントに関する情報が含まれています。
パブリック クラス EventHandlersDataSet.EventHandlersRow Project Server で 1 つのイベント ハンドラーを登録するための設定が含まれています。
パブリック クラス EventHandlersDataSet.EventHandlersRowChangeEvent 指定したEventHandlersDataSet.EventHandlersRowのデータを編集したときのイベント ハンドラーの設定を説明します。
パブリック クラス Events Project Server のイベント ハンドラーの関連付けを管理するためのメソッドが含まれます。Project Server のイベント、特定のイベントのイベント ハンドラーの関連付け、またはすべてのイベント ハンドラーの関連付けのリストをお読みください。作成、更新、およびイベント ハンドラーの関連付けを削除します。
パブリック クラス EventsDataSet Project Server のイベントに関する情報が含まれています。
パブリック クラス EventsDataSet.EventDataTable Project Server でのイベントのリストが含まれています。
パブリック クラス EventsDataSet.EventRow 特定のイベントに関連付けられている情報が含まれています。
パブリック クラス EventsDataSet.EventRowChangeEvent EventRow内のデータが変更されたときに発生するイベントです。

デリゲート

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

列挙体

  列挙体 説明
パブリック列挙体 PSEventID Project Server プレイベントやポスト イベントを識別します。