Scheduler for WinForms
Appointment コンストラクタ(Int32)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス > Appointment コンストラクタ : Appointment コンストラクタ(Int32)
The System.Int32 value which should be used as appointment key.
Initializes a new instance of the Appointment class with the specified key.
シンタックス
'宣言
 
Public Function New( _
   ByVal key As System.Integer _
)
public Appointment( 
   System.int key
)

パラメータ

key
The System.Int32 value which should be used as appointment key.
解説
Use this constructor if your business logic requires setting custom key value. Make sure that you use the correct constructor overload (with integer or Guid key value) and that key value is unique.
参照

Appointment クラス
Appointment メンバ
オーバーロード一覧