Class SlotInfo
Inheritance
System.Object
SlotInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class SlotInfo : 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
|
Overrides
System.Object.Equals(System.Object)
Equals(SlotInfo)
Declaration
public bool Equals(SlotInfo other)
Parameters
SlotInfo
other
|
Returns
System.Boolean
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()