Class SlotInfo
Inheritance
System.Object
SlotInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class SlotInfo : Object, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>
Constructors
SlotInfo(Range<Int64>, Int32, Int32)
Declaration
protected SlotInfo(Range<long> timeRange, int startIndex, int endIndex)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
startIndex
|
System.Int32
endIndex
|
Properties
CellCoordinates
Declaration
public Range<int> CellCoordinates { get; }
Property Value
Range<System.Int32>
|
Implements
TimeRange
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(SlotInfo)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|