Overload | Description |
---|---|
Appointment Constructor(Int32) | Initializes a new instance of the Appointment class with the specified key. |
Appointment Constructor(Guid) | Initializes a new instance of the Appointment class with the specified key. |
Appointment Constructor() | Initializes a new instance of the Appointment class. |
Appointment Constructor(DateTime,DateTime) | Initializes a new instance of the Appointment class with the specified parameters. |
Appointment Constructor(DateTime,TimeSpan) | Initializes a new instance of the Appointment class with the specified parameters. |
Appointment Constructor(DateTime,DateTime,String) | Initializes a new instance of the Appointment class with the specified parameters. |
Appointment Constructor(DateTime,TimeSpan,String) | Initializes a new instance of the Appointment class with the specified parameters. |
Appointment Constructor(SerializationInfo,StreamingContext) | Special constructor for deserialization. |