InterfaceIDependant
Interface
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public interface IDependant
Properties
Dependencies
Collection with dependencies from other tasks.
Methods
AddDependency(IGanttTask, DependencyType)
Declaration
cs-api-definition
IDependency AddDependency(IGanttTask fromTask, DependencyType type)
Parameters
fromTask
type
Returns
RemoveDependency(IDependency)
Declaration
cs-api-definition
bool RemoveDependency(IDependency dependency)
Parameters
dependency
Returns