ClassRelationInfo
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class RelationInfo : IEventInfo, IGroupCellCoordinates, IObjectWrapper, IEquatable<RelationInfo>
Inheritance: objectRelationInfo
Implements:
Constructors
RelationInfo(IGanttTask, IDependency, Range<int>, Range<long>)
Declaration
cs-api-definition
public RelationInfo(IGanttTask taskTo, IDependency dependency, Range<int> groupsRange, Range<long> timeRange)
Parameters
taskTo
dependency
groupsRange
timeRange
Properties
IsSameSide
True if the relation is StartStart or EndEnd; false otherwise.
IsTimeReversed
True if arrow starts from the "left" side of the "left" appointment (i.e. should have curve at this side); otherwise false.
Methods
Equals(RelationInfo)
Declaration
cs-api-definition
public bool Equals(RelationInfo other)
Parameters
other
Returns
Implements
GetRelationTimeRange(IDateRange, IDateRange, DependencyType)
Declaration
cs-api-definition
public static Range<long> GetRelationTimeRange(IDateRange from, IDateRange to, DependencyType type)
Parameters
from
to
type
Returns