Dienstkatalogübersicht

ServiceManager.ServiceOffering.Library.View.Overview (View)

Element properties:

TargetSystem.Entity
TypeOverviewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="ServiceManager.ServiceOffering.Library.View.Overview" Target="System!System.Entity" Enabled="true" TypeID="Administration!OverviewType" Accessibility="Public">
<Category>Overview</Category>
<Configuration>
<Definitions>
<overview:XamlDefinition xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:overview="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/Overview" xmlns:views="http://schemas.microsoft.com/SystemCenter/Common/UI/Views" ID="ConceptsTile">
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks.Overview;assembly=Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks" views:OverviewTile.TileIconSource="pack://application:,,,/Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks;component/Images/Information_32.png" views:OverviewTile.ViewTitle="{x:Static local:Resources.KeyConceptsText}" views:OverviewTile.CustomizeButtonState="Hidden" views:OverviewTile.HelpButtonState="Hidden">
<local:KeyConceptsControl/>
</Grid>
</overview:XamlDefinition>
<overview:XamlDefinition xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:overview="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/Overview" xmlns:views="http://schemas.microsoft.com/SystemCenter/Common/UI/Views" ID="ChecklistTile">
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks.Overview;assembly=Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks" views:OverviewTile.TileIconSource="pack://application:,,,/Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks;component/Images/Create_32.png" views:OverviewTile.ViewTitle="{x:Static local:Resources.ChecklistText}" views:OverviewTile.CustomizeButtonState="Hidden" views:OverviewTile.HelpButtonState="Hidden">
<local:ChecklistControl/>
</Grid>
</overview:XamlDefinition>
</Definitions>
<Presentation>
<Header>
<views:PageHeader xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:views="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/Overview" xmlns:local="clr-namespace:Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks.Overview;assembly=Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks" Title="{x:Static local:Resources.OverviewText}" Content="{x:Static local:Resources.OverviewDescText}">
<views:PageHeader.Icon>
<UIViews:TileIcon xmlns:UIViews="http://schemas.microsoft.com/SystemCenter/Common/UI/Views" Source="pack://application:,,,/Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceCatalog.Tasks;component/Images/ServiceCatalog_32.png"/>
</views:PageHeader.Icon>
</views:PageHeader>
</Header>
<Content>
<ScrollViewer xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" VerticalScrollBarVisibility="Auto">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<views:ViewTile xmlns:views="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/Overview" Definition="{views:Definition ConceptsTile}" VerticalAlignment="Top" MaxHeight="1000"/>
<views:ViewTile xmlns:views="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/Overview" Definition="{views:Definition ChecklistTile}" VerticalAlignment="Top" MaxHeight="1000" Grid.Column="1"/>
</Grid>
</ScrollViewer>
</Content>
</Presentation>
</Configuration>
</View>