Scheduler for WPF
SelectFromListDialogCommand フィールド (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : SelectFromListDialogCommand フィールド
Defines the command that shows the Select From List dialog for specified parameters.
シンタックス
'宣言
 
Public Shared ReadOnly SelectFromListDialogCommand As System.Windows.Input.RoutedCommand
public static readonly System.Windows.Input.RoutedCommand SelectFromListDialogCommand
解説
This command is executed by the C1Scheduler and is implemented by the SelectFromListDialog methods.

Command parameter should be an array from 4 or 5 values:

  1. The master list to choose from. For example C1.C1Schedule.ResourceStorage.Resources.
  2. The resulting list where to put selected items. For example C1.C1Schedule.Appointment.Resources list.
  3. The System.Type value specifying the type of items in both lists.
  4. The reference to the owning window if any.
  5. The System.String value to show as the dialog window title. This parameter is optional.

参照

C1Scheduler クラス
C1Scheduler メンバ