Contains Priceable Aspect

System.Chargeback.PricesheetContainsPriceableAspect (RelationshipType)

Contains Priceable Aspect relationship

Element properties:

SourceSystem.Chargeback.Pricesheet
TargetSystem.Chargeback.PriceableAspect
TypeSystem.Containment
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="System.Chargeback.PricesheetContainsPriceableAspect" Base="System!System.Containment" Abstract="false" Accessibility="Public">
<Property ID="Value" Type="double" Key="false" Required="true" AutoIncrement="false" MaxValue="2147483647" MinValue="0" DefaultValue="0" Scale="0"/>
<Property ID="PriceType" Type="enum" Key="false" Required="true" EnumType="System.Chargeback.PriceTypeEnum" DefaultValue="System.Chargeback.PriceTypeEnum.PerTimeUnit" Scale="0"/>
<Property ID="PricedTimeUnit" Type="enum" Key="false" Required="false" EnumType="System.Chargeback.TimeUnitEnum" DefaultValue="System.Chargeback.TimeUnitEnum.Day" Scale="0"/>
<Source ID="Source" Type="System.Chargeback.Pricesheet" MinCardinality="0" MaxCardinality="2147483647"/>
<Target ID="Target" Type="System.Chargeback.PriceableAspect" MinCardinality="0" MaxCardinality="2147483647"/>
</RelationshipType>