[]
        
(Showing Draft Content)

GC.Spread.Sheets.GanttSheet.TaskDependency

Class: TaskDependency

Sheets.GanttSheet.TaskDependency

Table of contents

Constructors

Properties

Constructors

constructor

new TaskDependency(from, to, type?)

Creates a task dependency.

classdesc Represents a task dependency.

Parameters

Name Type Description
from Task Indicates the task which the dependency is from.
to Task Indicates the task which the dependency is to.
type? TaskDependencyType -

Properties

from

from: Task

Gets the task which this dependency is from.

readonly


to

to: Task

Gets the task which this dependency is to.

readonly


type

type: TaskDependencyType

Gets the type of this dependency.

readonly