[]
        
(Showing Draft Content)

C1.Schedule.Action.-ctor

Action Constructor

Action(Appointment)

Initializes a new instance of the Action class.

Declaration
public Action(Appointment owner)
Parameters
Type Name Description
Appointment owner

The Appointment object.

Action()

Initializes a new instance of the Action class.

Declaration
public Action()

Action(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Declaration
protected Action(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo.

StreamingContext context

The context information.