Envanter Görünümü

Microsoft.SystemCenter.InventoryViewType (ViewType)

Kullanıcının Eylemler Bölmesi'nde "Hedef türünü değiştir..." düğmesini tıklatarak bir nesne türü seçebileceği bir görünüm. Bir nesne türü seçildikten sonra, görünüm ilgili türdeki tüm nesneleri görüntüleyecektir.

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>