Is Contained By Cost Center

Provance.Relationship.CostCenterIsContainedByCostCenter (RelationshipType)

This relationship allows for the building of a heirarchical tree of cost centers.

Element properties:

SourceProvance.Class.CostCenter
TargetProvance.Class.CostCenter
TypeSystem.Reference
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="Provance.Relationship.CostCenterIsContainedByCostCenter" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.Reference">
<Source ID="CostCenter" Type="Provance.Class.CostCenter"/>
<Target ID="ContainingCostCenter" Type="Provance.Class.CostCenter" MinCardinality="0" MaxCardinality="1"/>
</RelationshipType>