次の方法で共有


Plan interface

プラン定義のデータ コントラクト

プロパティ

createdByIdentity

このプランを作成した ID。 ScaledAgileViewComponent4 にアップグレードする前のレコードの既定値は null です。

createdDate

プランが作成された日付

description

プランの説明

id

プランの ID

lastAccessed

プランが最後にアクセスされた日付。 既定値は Null です。

modifiedByIdentity

このプランを最後に変更した ID。 ScaledAgileViewComponent4 にアップグレードする前のレコードの既定値は null です。

modifiedDate

プランが最後に変更された日付。 既定では、プランが最初に作成されたときに CreatedDate になります。

name

プランの名前

properties

プランに関連付けられている PlanPropertyCollection インスタンス。 これらは、プランの種類によって異なります。 たとえば、DeliveryTimelineView は DeliveryViewPropertyCollection 型になります。

revision

プランの改訂。 ユーザーが互いの変更を上書きしないように保護するために使用されます。

type

プランの種類

url

rest API を使用してプランを見つけるためのリソース URL

userPermissions

ユーザーがプランに対して持っているアクセス許可のセットを示すビット フラグ。

プロパティの詳細

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

プランの種類

type: DeliveryTimelineView

プロパティ値

url

rest API を使用してプランを見つけるためのリソース URL

url: string

プロパティ値

string

userPermissions

ユーザーがプランに対して持っているアクセス許可のセットを示すビット フラグ。

userPermissions: PlanUserPermissions

プロパティ値