WebSvcNotifications 名前空間

The Notifications class is the primary class in the WebSvcNotifications namespace. The Notifications class includes methods that manage alert and reminder subscriptions.

注意

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

The WebSvcNotifications namespace is an arbitrary name for a reference to the Notifications.asmx web service of the Project Server Interface (PSI). Methods in the Notifications class can read and update subscriptions to Project Server alerts and reminders.

Notifications methods typically use or return one of the following DataSet objects:

クラス

  クラス 説明
パブリック クラス AlertSubscriptionInfoDataSet ユーザーへの通知の購読通知のコレクションを維持するために使用されます。
パブリック クラス AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable サブスクリプション通知のコレクションを維持するために使用されます。
パブリック クラス AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow 1 つのdata rowのサブスクリプションの通知の設定を指定します。
パブリック クラス AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow内のデータが変更されたときに発生するイベントです。
パブリック クラス Notifications アラームとプロジェクトのサーバーで警告を管理するためのメソッドが含まれます。
パブリック クラス ReminderSubscriptionInfoDataSet プロジェクト管理のタスクに関するユーザーのアラームの日付ベースのコレクションを維持するために使用されます。
パブリック クラス ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable プロジェクトのユーザーのイベントに関するアラームの日付ベースの 1 つのコレクションを維持するために使用されます。
パブリック クラス ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow プロジェクトのユーザーの日付ベースのイベント通知の情報の行が含まれています。
パブリック クラス ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent ReminderSubscriptionInfoRow内のデータが変更されたときに発生するイベントです。

デリゲート

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