State View Details Pane

Microsoft.SystemCenter.StateDetailDefinitionViewType (ViewType)

Used in conjunction with State Views. Shows a specific State View Details pane depending on the object type selected in the State View.

Element properties:

AccessibilityPublic
CommentState Detail View

Source Code:

<ViewType ID="Microsoft.SystemCenter.StateDetailDefinitionViewType" Comment="State Detail View" Accessibility="Public">
<Configuration>
<xsd:element name="Monitors" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Monitor" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ExcludedClasses" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ExcludedClass" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</Configuration>
<ViewImplementation>
<Assembly>Microsoft.Mom.Ui.Components, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.4900.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.StateDetailView</Type>
</ViewImplementation>
</ViewType>