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 (CHS) Description (CHS) 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>