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