Association: AssignmentBaseline_AssignmentBaselineTimephasedDataSet_AssignmentBaselineTimephasedData_Baseline (ProjectData service)

In this article
Definition
Attributes
Parent element
Child elements

The AssignmentBaseline_AssignmentBaselineTimephasedDataSet_AssignmentBaselineTimephasedData_Baseline association relates an assignment baseline to assignment baseline timephased data and relates assignment baseline timephased data to its baseline.

Definition

<Association Name="AssignmentBaseline_AssignmentBaselineTimephasedDataSet_AssignmentBaselineTimephasedData_Baseline">
  <End Type="ReportingData.AssignmentBaselineTimephasedData" Role="AssignmentBaselineTimephasedData_Baseline" Multiplicity="*" />
  <End Type="ReportingData.AssignmentBaseline" Role="AssignmentBaseline_AssignmentBaselineTimephasedDataSet" Multiplicity="0..1" />
</Association>

Attributes

Attribute

Value

Description

Name

AssignmentBaseline_AssignmentBaselineTimephasedDataSet_AssignmentBaselineTimephasedData_Baseline

Identifies the entity types and the navigation properties that form the two-way association for assignment baselines and assignment baseline timephased data. In the first half of the name, AssignmentBaseline is the entity type and AssignmentBaselineTimephasedDataSet is the navigation property. In the second half of the name, AssignmentBaselineTimephasedData is the entity type and Baseline is the navigation property.

Parent element

Element

Description

Schema element: ReportingData

The schema for the reporting data in the ProjectData service.

Child elements

The AssignmentBaseline_AssignmentBaselineTimephasedDataSet_AssignmentBaselineTimephasedData_Baseline 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 AssignmentBaseline_AssignmentBaselineTimephasedDataSet association

Role

Type

Multiplicity

Description

AssignmentBaseline_AssignmentBaselineTimephasedDataSet

EntityType element: AssignmentBaseline

0..1

There is one assignment baseline entity that corresponds to an assignment baseline timephased dataset.

AssignmentBaselineTimephasedData_Baseline

EntityType element: AssignmentBaselineTimephasedData

*

There can be multiple assignment baseline timephased data entities for a baseline.

Remarks

One end of the association is the AssignmentBaseline entity, and the other end is the AssignmentBaselineTimephasedData entity. The AssignmentBaseline entity type contains the AssignmentBaselineTimephasedDataSet navigation property, where the FromRole defines AssignmentBaseline_AssignmentBaselineTimephasedDataSet as the start of the association to get the assignment timephased data that is associated with an assignment baseline. Similarly, the AssignmentBaselineTimephasedData entity type contains the Baseline navigation property, where the FromRole defines AssignmentBaselineTimephasedData_Baseline as the start of the association to get the baseline that corresponds to a set of assignment timephased baseline data.

See also

Reference

EntityType element: AssignmentBaseline

EntityType element: AssignmentBaselineTimephasedData