Interface IDependant
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface IDependant
Properties
Dependencies
Collection with dependencies from other tasks.
Declaration
IEnumerable Dependencies { get; }
Property Value
System.Collections.IEnumerable
|
Methods
AddDependency(IGanttTask, DependencyType)
Declaration
IDependency AddDependency(IGanttTask fromTask, DependencyType type)
Parameters
IGanttTask
fromTask
|
DependencyType
type
|
Returns
IDependency
|
RemoveDependency(IDependency)
Declaration
bool RemoveDependency(IDependency dependency)
Parameters
IDependency
dependency
|
Returns
System.Boolean
|