Class
SlotInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public abstract class SlotInfo : IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>

Inheritance: objectSlotInfo

Derived Classes: EventDecoratorInfoDeadlineInfoEventInfoOnTimeInfoRelationSlotInfoSlotHighlightInfo

Implements: IEquatable<SlotInfo>IEventInfoIGroupCellCoordinates

Constructors

SlotInfo(Range<long>, int, int)

Declaration

cs-api-definition
protected SlotInfo(Range<long> timeRange, int startIndex, int endIndex)

Parameters

timeRange

Range<long>

startIndex

int

endIndex

int

Properties

CellCoordinates

Declaration

cs-api-definition
public Range<int> CellCoordinates { get; }

Property Value

Range<int>

Implements IGroupCellCoordinates.CellCoordinates

TimeRange

Declaration

cs-api-definition
public Range<long> TimeRange { get; }

Property Value

Range<long>

Implements IEventInfo.TimeRange

Methods

Equals(SlotInfo)

Declaration

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

Parameters

other

SlotInfo

Returns

bool

Implements IEquatable<SlotInfo>.Equals(SlotInfo)

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()