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 | データ行で、アクションを実行するときに発生するイベントを処理するメソッドを表します。 |