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.
|
Methods
AddDependency(IGanttTask, DependencyType)
Declaration
IDependency AddDependency(IGanttTask fromTask, DependencyType type)
Parameters
IGantt
|
Dependency
|
Returns
RemoveDependency(IDependency)
Declaration
bool RemoveDependency(IDependency dependency)
Parameters
IDependency
dependency
|
Returns
System.
|