System.Extension拡張基本クラス

System.Extension (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd7d5261f-352a-f42e-db93-273b183f91c7

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False 
System.Extension:
ID  string  ID ID true 65536  False 
Domain  string  ドメイン ドメイン false 65536  False 
Path  string  パス パス false 65536  False 
Internal_ManagementPackId  guid  管理パック ID 管理パック ID false 256   
Internal_ElementId  guid  要素 ID 要素 ID false 256   
Internal_ParentId  guid  親 ID 親 ID false 256   

Health Model:

Source Code:

<ClassType ID="System.Extension" Accessibility="Public" Abstract="true" Base="System.Entity">
<Property ID="ID" Type="string" MaxLength="65536" Key="true"/>
<!--The following fields are only used in cmdb model currently -->
<Property ID="Domain" Type="string" MaxLength="65536" Key="false"/>
<Property ID="Path" Type="string" MaxLength="65536" Key="false"/>
<!--The following are internal fields, use 'Internal_' to avoid conflict with xml name-->
<Property ID="Internal_ManagementPackId" Type="guid" Key="false"/>
<Property ID="Internal_ElementId" Type="guid" Key="false"/>
<Property ID="Internal_ParentId" Type="guid" Key="false"/>
</ClassType>