Association: TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines (ProjectData service)

In this article
Definition
Attributes
Parent element
Child elements

The TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines association relates a task baseline to task baseline timephased data and relates task baseline timephased data to task baselines.

Definition

<Association Name="TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines">
  <End Type="ReportingData.TaskBaselineTimephasedData" Role="TaskBaselineTimephasedData_TaskBaselines" Multiplicity="*" />
  <End Type="ReportingData.TaskBaseline" Role="TaskBaseline_TaskBaselineTimephasedDataSet" Multiplicity="*" />
</Association>

Attributes

Attribute

Value

Description

Name

TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines

Identifies the entity types and the navigation properties that form the two-way association task baselines and task baseline timephased data. In the first half of the name, TaskBaseline is the entity type and TaskBaselineTimephasedDataSet is the navigation property. In the second half of the name, TaskBaselineTimephasedData is the entity type and TaskBaselines is the navigation property.

Parent element

Element

Description

Schema element: ReportingData

The schema for the reporting data in the ProjectData service.

Child elements

The TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines association element contains two End elements that represent opposite ends of the association. The Role attribute is a lookup key that enables a navigational property to specify the direction in the association. The Multiplicity attribute refers to the entity type. Multiplicity indicates the number of entities that can be related at each end of the association: zero or one (0..1), or many (*). The Microsoft .NET implementation of OData uses 0..1 when the navigational property points to a single entity, rather than to an entity set.

Attributes of the End elements for the TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines association

Role

Type

Multiplicity

Description

TaskBaseline_TaskBaselineTimephasedDataSet

EntityType element: TaskBaseline

*

There can be many task baseline entities that correspond with task baseline timephased dataset entities.

TaskBaselineTimephasedData_TaskBaselines

EntityType element: TaskBaselineTimephasedData

*

There can be many task baseline timephased data entities that correspond to task baselines.

Remarks

One end of the association is the TaskBaseline entity, and the other end is the TaskBaselineTimephasedData entity. The TaskBaseline entity type contains the TaskBaselineTimephasedDataSet navigation property, where the FromRole defines TaskBaseline_TaskBaselineTimephasedDataSet as the start of the association to get the collection of task baselines that is associated with task baseline timephased data. Similarly, the TaskBaselineTimephasedData entity type contains the TaskBaselines navigation property, where the FromRole defines TaskBaselineTimephasedData_TaskBaselines as the start of the association to get the collection of task baselines that are associated with task baseline timephased data.

See also

Reference

EntityType element: TaskBaseline

EntityType element: TaskBaselineTimephasedData