WebSvcCalendar 名前空間

The Calendar class is the primary class in the WebSvcCalendar namespace. The Calendar class includes methods to manage exceptions in enterprise calendars.

注意

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

The WebSvcCalendar namespace is an arbitrary name for a reference to the Calendar.asmx web service (or the Calendar.svc service) of the Project Server Interface (PSI).

Methods in the Calendar class can:

  • Check out and check in an enterprise calendar.

  • List all enterprise calendars.

  • Create or delete enterprise calendars with exceptions, or update calendar exceptions in a specific calendar.

To manage other calendar features, use Microsoft Project Professional 2013.

Calendar methods typically use or return a CalendarDataSet object.

クラス

  クラス 説明
パブリック クラス Calendar Project Server でのカレンダーの例外を管理するためのメソッドが含まれます。
パブリック クラス CalendarDataSet プロジェクトを管理するための予定表の情報のコレクションを保持します。
パブリック クラス CalendarDataSet.CalendarExceptionsDataTable 管理の方法とメソッド、拡張子、プロパティ、およびです。 インデックスに関連付けられているフィールドを含むクラスについては、表な装置CalendarDataSet.CalendarExceptionsRowデータの行と列の操作を提供します。
パブリック クラス CalendarDataSet.CalendarExceptionsRow CAL_UIDプロパティによって識別されるカレンダーに基づくリソースの可用性を示します。
パブリック クラス CalendarDataSet.CalendarExceptionsRowChangeEvent CalendarExceptionsRow内のデータが変更されたときに発生するイベントです。
パブリック クラス CalendarDataSet.CalendarsDataTable 装置は管理の方法とクラス情報をメソッド、拡張子、プロパティ、およびその他の情報をCalendarDataSet.CalendarsRowデータを含むテーブル。 にします。
パブリック クラス CalendarDataSet.CalendarsRow 予定表の構成情報の行が含まれています。
パブリック クラス CalendarDataSet.CalendarsRowChangeEvent CalendarsRow内のデータが変更されたときに発生するイベントです。

デリゲート

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