Plan interface
計畫定義的資料合約
屬性
created |
建立此方案的身分識別。 升級至 ScaledAgileViewComponent4 之前,記錄的預設值為 null。 |
created |
建立計畫的日期 |
description | 方案的描述 |
id | 方案的識別碼 |
last |
上次存取計畫的日期。 預設為 Null。 |
modified |
上次修改此計畫的身分識別。 升級至 ScaledAgileViewComponent4 之前,記錄的預設值為 null。 |
modified |
上次修改計畫的日期。 第一次建立計畫時,預設為 CreatedDate。 |
name | 方案的名稱 |
properties | 與計畫相關聯的 PlanPropertyCollection 實例。 這些相依于計畫的類型。 例如,DeliveryTimelineView 的類型為 DeliveryViewPropertyCollection。 |
revision | 方案的修訂。 用來保護使用者免于覆寫彼此的變更。 |
type | 方案的類型 |
url | 透過 rest API 尋找方案的資源 URL |
user |
位旗標,指出使用者對方案擁有的許可權集。 |
屬性詳細資料
createdByIdentity
建立此方案的身分識別。 升級至 ScaledAgileViewComponent4 之前,記錄的預設值為 null。
createdByIdentity: IdentityRef
屬性值
createdDate
建立計畫的日期
createdDate: Date
屬性值
Date
description
方案的描述
description: string
屬性值
string
id
方案的識別碼
id: string
屬性值
string
lastAccessed
上次存取計畫的日期。 預設為 Null。
lastAccessed: Date
屬性值
Date
modifiedByIdentity
上次修改此計畫的身分識別。 升級至 ScaledAgileViewComponent4 之前,記錄的預設值為 null。
modifiedByIdentity: IdentityRef
屬性值
modifiedDate
上次修改計畫的日期。 第一次建立計畫時,預設為 CreatedDate。
modifiedDate: Date
屬性值
Date
name
方案的名稱
name: string
屬性值
string
properties
與計畫相關聯的 PlanPropertyCollection 實例。 這些相依于計畫的類型。 例如,DeliveryTimelineView 的類型為 DeliveryViewPropertyCollection。
properties: any
屬性值
any
revision
方案的修訂。 用來保護使用者免于覆寫彼此的變更。
revision: number
屬性值
number
type
url
透過 rest API 尋找方案的資源 URL
url: string
屬性值
string