Microsoft.JEE.Applicationアプリケーション

Microsoft.JEE.Application (ClassType)

アプリケーションに共通しているプロパティを含む抽象クラス

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId53efa4f4-f647-552b-c610-a9e4fcf59cb0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
Microsoft.JEE.Application:
ApplicationName  string  アプリケーション名 アプリケーションの名前 false 256  True     
j2eeType  string  J2EE の種類 アプリケーションの J2EE の種類 false 32  True     
ObjectName  string  オブジェクト名 アプリケーションのオブジェクト名 true 512  True     

Health Model:

Source Code:

<ClassType ID="Microsoft.JEE.Application" Abstract="false" Accessibility="Public" Hosted="true" Base="System!System.ApplicationComponent">
<Property ID="ApplicationName" Type="string" CaseSensitive="true" MaxLength="256" MinLength="0"/>
<Property ID="j2eeType" Type="string" CaseSensitive="true" MaxLength="32" MinLength="0"/>
<Property ID="ObjectName" Type="string" Key="true" CaseSensitive="true" MaxLength="512" MinLength="0"/>
</ClassType>