Plan interface
计划定义的数据协定
属性
created |
创建此计划的标识。 在升级到 ScaledAgileViewComponent4 之前,记录默认为 null。 |
created |
计划创建日期 |
description | 计划说明 |
id | 计划的 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
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