Interface
IDependant

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.

Declaration

cs-api-definition
IEnumerable Dependencies { get; }

Property Value

IEnumerable

Methods

AddDependency(IGanttTask, DependencyType)

Declaration

cs-api-definition
IDependency AddDependency(IGanttTask fromTask, DependencyType type)

Parameters

fromTask

IGanttTask

type

DependencyType

Returns

IDependency

RemoveDependency(IDependency)

Declaration

cs-api-definition
bool RemoveDependency(IDependency dependency)

Parameters

dependency

IDependency

Returns

bool