[]
        
(Showing Draft Content)

GC.Spread.Sheets.GanttSheet.TaskDependency

クラス: TaskDependency

Sheets.GanttSheet.TaskDependency

Table of contents

コンストラクタ

プロパティ

コンストラクタ

constructor

new TaskDependency(from, to, type?)

タスクの依存関係を作成します。

classdesc タスクの依存関係を表します。

パラメータ

名前 説明
from Task 依存関係の元のタスクを示します。
to Task 依存関係の対象となるタスクを示します。
type? TaskDependencyType -

プロパティ

from

from: Task

この依存関係の元のタスクを取得します。

readonly


to

to: Task

この依存関係が対象となるタスクを取得します。

readonly


type

type: TaskDependencyType

この依存関係のタイプを取得します。

readonly