ClassRelationSlotInfo
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class RelationSlotInfo : SlotInfo, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>
Inheritance: objectSlotInfoRelationSlotInfo
Implements:
Inherited Members
Constructors
RelationSlotInfo(Range<long>, int, int, DependencyType)
Declaration
cs-api-definition
public RelationSlotInfo(Range<long> timeRange, int startIndex, int endIndex, DependencyType dependencyType)
Parameters
timeRange
startIndex
endIndex
dependencyType
Properties
DependencyType
Declaration
cs-api-definition
public DependencyType DependencyType { get; }
Property Value
Methods
Equals(RelationSlotInfo)
Declaration
cs-api-definition
public bool Equals(RelationSlotInfo other)
Parameters
other
Returns