Class EventInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class EventInfo : SlotInfo, IEventInfo, IEquatable<SlotInfo>, IGroupCoordinates, IGroupCellCoordinates, IEquatable<EventInfo>, IObjectWrapper
Constructors
EventInfo(Range<Int64>, Int32, Int32, Range<Int32>)
Declaration
public EventInfo(Range<long> timeRange, int index, int intersectingRowsCount, Range<int> intersectingGroupCoordinates)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
index
|
System.Int32
intersectingRowsCount
|
Range<System.Int32>
intersectingGroupCoordinates
|
EventInfo(Range<Int64>, Int32, Int32, Range<Int32>, Boolean, Boolean)
Declaration
public EventInfo(Range<long> timeRange, int index, int intersectingRowsCount, Range<int> intersectingGroupCoordinates, bool isSummary, bool isMilestone)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
index
|
System.Int32
intersectingRowsCount
|
Range<System.Int32>
intersectingGroupCoordinates
|
System.Boolean
isSummary
|
System.Boolean
isMilestone
|
Properties
EndGroupIntersectingGroupsCount
Declaration
public int EndGroupIntersectingGroupsCount { get; }
Property Value
System.Int32
|
Implements
IntersectingGroupCoordinates
Declaration
public Range<int> IntersectingGroupCoordinates { get; }
Property Value
Range<System.Int32>
|
Implements
IsMilestone
Declaration
public bool IsMilestone { get; }
Property Value
System.Boolean
|
IsSummary
Declaration
public bool IsSummary { get; }
Property Value
System.Boolean
|
OriginalEvent
Declaration
public object OriginalEvent { get; set; }
Property Value
System.Object
|
StartGroupIntersectingGroupsCount
Declaration
public int StartGroupIntersectingGroupsCount { get; }
Property Value
System.Int32
|
Implements
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
Equals(EventInfo)
GetHashCode()
Explicit Interface Implementations
IObjectWrapper.GetOriginalDataItem()
Declaration
object IObjectWrapper.GetOriginalDataItem()
Returns
System.Object
|