Class RelationInfo
Inheritance
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class RelationInfo : Object, IEventInfo, IGroupCellCoordinates, IObjectWrapper, IEquatable<RelationInfo>
Constructors
RelationInfo(IGanttTask, IDependency, Range<Int32>, Range<Int64>)
Declaration
public RelationInfo(IGanttTask taskTo, IDependency dependency, Range<int> groupsRange, Range<long> timeRange)
Parameters
IGanttTask
taskTo
|
IDependency
dependency
|
Range<System.Int32>
groupsRange
|
Range<System.Int64>
timeRange
|
Properties
AreGroupsReversed
Declaration
public bool AreGroupsReversed { get; set; }
Property Value
System.Boolean
|
CellCoordinates
Declaration
public Range<int> CellCoordinates { get; }
Property Value
Range<System.Int32>
|
Implements
Dependency
IsArrowReversed
Declaration
public bool IsArrowReversed { get; set; }
Property Value
System.Boolean
|
IsSameSide
True if the relation is StartStart or EndEnd; false otherwise.
Declaration
public bool IsSameSide { get; set; }
Property Value
System.Boolean
|
IsTimeReversed
True if arrow starts from the "left" side of the "left" appointment (i.e. should have curve at this side); otherwise false.
Declaration
public bool IsTimeReversed { get; set; }
Property Value
System.Boolean
|
TaskFrom
TaskTo
TimeRange
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(RelationInfo)
Declaration
public bool Equals(RelationInfo other)
Parameters
RelationInfo
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
GetRelationTimeRange(IDateRange, IDateRange, DependencyType)
Declaration
public static Range<long> GetRelationTimeRange(IDateRange from, IDateRange to, DependencyType type)
Parameters
IDateRange
from
|
IDateRange
to
|
DependencyType
type
|
Returns
Range<System.Int64>
|
Explicit Interface Implementations
IObjectWrapper.GetOriginalDataItem()
Declaration
object IObjectWrapper.GetOriginalDataItem()
Returns
System.Object
|