| オーバーロード | 解説 |
|---|---|
| Appointment コンストラクタ(Int32) | Initializes a new instance of the Appointment class with the specified key. |
| Appointment コンストラクタ(Guid) | Initializes a new instance of the Appointment class with the specified key. |
| Appointment コンストラクタ() | Initializes a new instance of the Appointment class. |
| Appointment コンストラクタ(DateTime,DateTime) | Initializes a new instance of the Appointment class with the specified parameters. |
| Appointment コンストラクタ(DateTime,TimeSpan) | Initializes a new instance of the Appointment class with the specified parameters. |
| Appointment コンストラクタ(DateTime,DateTime,String) | Initializes a new instance of the Appointment class with the specified parameters. |
| Appointment コンストラクタ(DateTime,TimeSpan,String) | Initializes a new instance of the Appointment class with the specified parameters. |