Microsoft.SystemCenter.Datawarehouse.OM.ResolutionStateMicrosoft.SystemCenter.Datawarehouse.OM.ResolutionState (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId665b2596-ef21-55b9-f50a-470f41f3c579

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.OM.ResolutionState:
StateName  string      false 50  False   
StateValue  int      false 256     
IsPredefined  bool      false 256   
ShortcutKey  string      false 30  False   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Datawarehouse.OM.ResolutionState" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="StateName" Type="string" MaxLength="50"/>
<Property ID="StateValue" Type="int"/>
<Property ID="IsPredefined" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="ShortcutKey" Type="string" MaxLength="30"/>
</ClassType>