Visualizzazione inventario

Microsoft.SystemCenter.InventoryViewType (ViewType)

Vista in cui l'utente può scegliere un tipo di oggetto facendo clic su "Modifica tipo destinazione..." nel riquadro Azioni. Dopo aver scelto un tipo di oggetto, la vista mostrerà tutti gli oggetti di quel tipo.

Element properties:

AccessibilityPublic
CommentInventory View

Source Code:

<ViewType ID="Microsoft.SystemCenter.InventoryViewType" Comment="Inventory View" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ColumnInfo" type="ColumnInfoType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Target" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ViewImplementation>
<Assembly>Res.Microsoft.SystemCenter.InventoryViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.InventoryView</Type>
</ViewImplementation>
</ViewType>