Class
Slot

Class representing destination slot of the dragged item.

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2218:OverrideGetHashCodeOnOverridingEquals")]
public class Slot : PropertyChangedBase, INotifyPropertyChanged, IDateRange, IEquatable<Slot>

Inheritance: objectPropertyChangedBaseSlot

Implements: IDateRangeIEquatable<Slot>INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

Slot()

Declaration

cs-api-definition
public Slot()

Properties

DropPosition

Declaration

cs-api-definition
public DropRelativePosition DropPosition { get; set; }

Property Value

DropRelativePosition

End

Gets or sets the end.

Declaration

cs-api-definition
public DateTime End { get; set; }

Property Value

DateTime

The end.

Implements IDateRange.End

GroupKey

Declaration

cs-api-definition
public object GroupKey { get; set; }

Property Value

object

Start

Gets or sets the start.

Declaration

cs-api-definition
public DateTime Start { get; set; }

Property Value

DateTime

The start.

Implements IDateRange.Start

Methods

Equals(Slot)

Declaration

cs-api-definition
public bool Equals(Slot other)

Parameters

other

Slot

Returns

bool

Implements IEquatable<Slot>.Equals(Slot)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

Operators

operator !=(Slot, Slot)

Declaration

cs-api-definition
public static bool operator !=(Slot left, Slot right)

Parameters

left

Slot

right

Slot

Returns

bool

operator ==(Slot, Slot)

Declaration

cs-api-definition
public static bool operator ==(Slot left, Slot right)

Parameters

left

Slot

right

Slot

Returns

bool