Association: TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines (ProjectData service)
Last modified: March 09, 2015
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.
<Association Name="TaskBaseline_TaskBaselineTimephasedDataSet_TaskBaselineTimephasedData_TaskBaselines"> <End Type="ReportingData.TaskBaselineTimephasedData" Role="TaskBaselineTimephasedData_TaskBaselines" Multiplicity="*" /> <End Type="ReportingData.TaskBaseline" Role="TaskBaseline_TaskBaselineTimephasedDataSet" Multiplicity="*" /> </Association>
|
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. |
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.
|
Role |
Type |
Multiplicity |
Description |
|---|---|---|---|
|
TaskBaseline_TaskBaselineTimephasedDataSet |
* |
There can be many task baseline entities that correspond with task baseline timephased dataset entities. |
|
|
TaskBaselineTimephasedData_TaskBaselines |
* |
There can be many task baseline timephased data entities that correspond to task baselines. |
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.