Class_ThinkServer.BMC.NumericSensorClass_ThinkServer.BMC.NumericSensor (ClassType)

Element properties:

Base ClassClass_ThinkServer.BMC.BaseSubModule
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4532a611-7e67-60aa-e553-e0c8c543a8ef

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Class_ThinkServer.BMC.BaseSubModule:
BMCIP  string      false 256  False     
Class_ThinkServer.BMC.NumericSensor:
ElementName  string  Nome de Elemento false 256  False     
UniqueId  string      true 256  False     
Description  string  Descrição false 256  False     
CurrentState  string  Estado Atual false 256  False     
BaseUnits  string  Unidades Base false 256  False     
CurrentReading  string  Leitura Atual false 256  False     
Caption  string  Legenda false 256  False     

Health Model:

Source Code:

<ClassType ID="Class_ThinkServer.BMC.NumericSensor" Accessibility="Public" Abstract="false" Base="Class_ThinkServer.BMC.BaseSubModule" Hosted="false" Singleton="false">
<Property ID="ElementName" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="UniqueId" Key="true" Type="string" CaseSensitive="false"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CurrentState" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="BaseUnits" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CurrentReading" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="Caption" Key="false" Type="string" CaseSensitive="false"/>
</ClassType>