Software License View

Provance.ITAM.AllSoftwareLicenseViewProjection (TypeProjection)

Defined the properties used in the Software License view

Element properties:

TypeProvance.ITAM.SoftwareLicense
AccessibilityPublic

Source Code:

<TypeProjection ID="Provance.ITAM.AllSoftwareLicenseViewProjection" Accessibility="Public" Type="Provance.ITAM.SoftwareLicense">
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareLicenseHasSku']$" Alias="Sku">
<Component Path="$Target/Path[Relationship='Provance.ITAM.SkuHasSoftwareVersion']$" Alias="MainVersion"/>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SkuHasSoftwareTitle']$" Alias="SoftwareTitle">
<Component Path="$Target/Path[Relationship='Provance.ITAM.PublisherHasSoftwareTitle' SeedRole='Target']$" Alias="Publisher"/>
</Component>
</Component>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareLicenseHasLocation']$" Alias="Location"/>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareLicenseHasOrganization']$" Alias="Organization"/>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareLicenseHasSupplier']$" Alias="Supplier"/>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareLicenseHasCostCenter']$" Alias="CostCenter"/>
</TypeProjection>