Class
ResizeSlot

A class that represents the data context of a slot during resize operation.

Definition

Constructors

ResizeSlot()

Initializes a new instance of the ResizeSlot class.

Declaration

cs-api-definition
public ResizeSlot()

ResizeSlot(IOccurrence)

Initializes a new instance of the ResizeSlot class.

Declaration

cs-api-definition
public ResizeSlot(IOccurrence item)

Parameters

item

IOccurrence

The occurrence.

Properties

Appointment

Gets the appointment that is associated with the slot.

Declaration

cs-api-definition
public IAppointment Appointment { get; }

Property Value

IAppointment

Methods

Copy()

Creates new instance of ResizeSlot.

Declaration

cs-api-definition
public override Slot Copy()

Returns

Slot

Overrides Slot.Copy()

CopyFrom(Slot)

Deep copy from other to this ResizeSlot.

Declaration

cs-api-definition
public override void CopyFrom(Slot other)

Parameters

other

Slot

The Slot which is copied.

Overrides Slot.CopyFrom(Slot)