System.ExtensionUtvidelsesbasisklasse

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 (NOR) Description (NOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000  False 
System.Extension:
ID  string  ID ID true 65536  False 
Domain  string  Domene Domene false 65536  False 
Path  string  Bane Bane false 65536  False 
Internal_ManagementPackId  guid  ID for administrasjonspakke ID for administrasjonspakke false 256   
Internal_ElementId  guid  Element-ID Element-ID false 256   
Internal_ParentId  guid  Overordnet-ID Overordnet-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>