Runbook

ServiceManager.Runbook.Configuration.View (View)

Element properties:

TargetMicrosoft.SystemCenter.Orchestrator.RunbookItem
TypeGridViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="ServiceManager.Runbook.Configuration.View" Target="Orchestrator!Microsoft.SystemCenter.Orchestrator.RunbookItem" Enabled="true" TypeID="Console!GridViewType" Accessibility="Public">
<Category>NotUsed</Category>
<Data>
<Adapters>
<Adapter AdapterName="dataportal:EnterpriseManagementObjectProjectionAdapter">
<AdapterAssembly>Microsoft.EnterpriseManagement.UI.SdkDataAccess</AdapterAssembly>
<AdapterType>Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.EnterpriseManagementObjectProjectionAdapter</AdapterType>
</Adapter>
<Adapter AdapterName="viewframework://Adapters/AdvancedList">
<AdapterAssembly>Microsoft.EnterpriseManagement.UI.ViewFramework</AdapterAssembly>
<AdapterType>Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportAdapter</AdapterType>
</Adapter>
</Adapters>
<ItemsSource>
<AdvancedListSupportClass xmlns="clr-namespace:Microsoft.EnterpriseManagement.UI.ViewFramework;assembly=Microsoft.EnterpriseManagement.UI.ViewFramework" xmlns:av="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" DataTypeName="" AdapterName="viewframework://Adapters/AdvancedList" FullUpdateAdapter="dataportal:EnterpriseManagementObjectProjectionAdapter" DataSource="mom:ManagementGroup" IsRecurring="true" RecurrenceFrequency="{x:Static s:Int32.MaxValue}" FullUpdateFrequency="1" Streaming="true">
<AdvancedListSupportClass.Parameters>
<QueryParameter Parameter="TypeProjectionId" Value="$MPElement[Name='System.SupportingItem.Runbook.ViewProjectionType']$"/>
</AdvancedListSupportClass.Parameters>
</AdvancedListSupportClass>
</ItemsSource>
</Data>
<Presentation>
<Columns>
<mux:ColumnCollection xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:mux="http://schemas.microsoft.com/SystemCenter/Common/UI/Views/GridView" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:data="clr-namespace:Microsoft.EnterpriseManagement.UI.Extensions;assembly=Microsoft.EnterpriseManagement.UI.Extensions">
<mux:Column Name="name" DisplayMemberBinding="{Binding Path=Name}" Width="200" DisplayName="Header_Name" Property="Name" DataType="s:String"/>
<mux:Column Name="description" DisplayMemberBinding="{Binding Path=Description}" Width="100" DisplayName="Header_Description" Property="Description" DataType="s:Int32"/>
<mux:Column Name="folderPath" DisplayMemberBinding="{Binding Path=FolderPath}" Width="200" DisplayName="Header_FolderPath" Property="FolderPath" DataType="s:String"/>
<mux:Column Name="status" DisplayMemberBinding="{Binding Path=Status.DisplayName}" Width="100" DisplayName="Header_Status" Property="Status.DisplayName" DataType="s:String"/>
</mux:ColumnCollection>
</Columns>
<ViewStrings>
<ViewString ID="Header_Name">$MPElement[Name="ServiceManager.Runbook.Configuration.View.Header_Name"]$</ViewString>
<ViewString ID="Header_Description">$MPElement[Name="ServiceManager.Runbook.Configuration.View.Header_Description"]$</ViewString>
<ViewString ID="Header_FolderPath">$MPElement[Name="ServiceManager.Runbook.Configuration.View.Header_FolderPath"]$</ViewString>
<ViewString ID="Header_Status">$MPElement[Name="ServiceManager.Runbook.Configuration.View.Header_Status"]$</ViewString>
</ViewStrings>
</Presentation>
</View>