System.ExtensionExtension base class

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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.Extension:
ID  string  ID ID true 65536  False 
Domain  string  Domain Domain false 65536  False 
Path  string  Path Path false 65536  False 
Internal_ManagementPackId  guid  Management Pack Id Management Pack Id false 256   
Internal_ElementId  guid  Element Id Element Id false 256   
Internal_ParentId  guid  Parent Id Parent 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>