[]
Initializes a new instance of the Action class.
public Action(Appointment owner)
Type | Name | Description |
---|---|---|
Appointment | owner | The Appointment object. |
Initializes a new instance of the Action class.
public Action()
Special constructor for deserialization.
protected Action(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo. |
StreamingContext | context | The context information. |