Προβολή "Απογραφή"

Microsoft.SystemCenter.InventoryViewType (ViewType)

Μια προβολή όπου ο χρήστης μπορεί να επιλέξει έναν τύπο αντικειμένου κάνοντας κλικ στο "Αλλαγή τύπου προορισμού..." στο παράθυρο "Ενέργειες". Μετά από την επιλογή ενός τύπου αντικειμένου, στην προβολή εμφανίζονται όλα τα αντικείμενα αυτού του τύπου.

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>