[]
        
(Showing Draft Content)

C1.Schedule.Action.-ctor

Action Constructor

Action(Appointment)

Initializes a new instance of the Action class.

Declaration
public Action(Appointment owner)
Public Sub New(owner As Appointment)
Parameters
Type Name Description
Appointment owner

The Appointment object.

Action()

Initializes a new instance of the Action class.

Declaration
public Action()
Public Sub New()

Action(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Declaration
protected Action(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo.

StreamingContext context

The context information.