Plan interface
プラン定義のデータ コントラクト
プロパティ
| created |
このプランを作成した ID。 ScaledAgileViewComponent4 にアップグレードする前のレコードの既定値は null です。 |
| created |
プランが作成された日付 |
| description | プランの説明 |
| id | プランの ID |
| last |
プランが最後にアクセスされた日付。 既定値は null です。 |
| modified |
このプランを最後に変更した ID。 ScaledAgileViewComponent4 にアップグレードする前のレコードの既定値は null です。 |
| modified |
プランが最後に変更された日付。 既定では、プランが最初に作成されるときに CreatedDate になります。 |
| name | プランの名前 |
| properties | プランに関連付けられている PlanPropertyCollection インスタンス。 これらはプランの種類によって異なります。 たとえば、DeliveryTimelineView は DeliveryViewPropertyCollection 型になります。 |
| revision | プランの改訂。 ユーザーが互いの変更を上書きしないようにするために使用されます。 |
| type | プランの種類 |
| url | rest api を使用してプランを検索するリソース URL |
| user |
ユーザーがプランに対して持っているアクセス許可のセットを示すビット フラグ。 |
プロパティの詳細
createdByIdentity
このプランを作成した ID。 ScaledAgileViewComponent4 にアップグレードする前のレコードの既定値は null です。
createdByIdentity: IdentityRef
プロパティ値
createdDate
プランが作成された日付
createdDate: Date
プロパティ値
Date
description
プランの説明
description: string
プロパティ値
string
id
プランの ID
id: string
プロパティ値
string
lastAccessed
プランが最後にアクセスされた日付。 既定値は null です。
lastAccessed: Date
プロパティ値
Date
modifiedByIdentity
このプランを最後に変更した ID。 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
userPermissions
ユーザーがプランに対して持っているアクセス許可のセットを示すビット フラグ。
userPermissions: PlanUserPermissions