ComTrade.EMC.Documentum.Repository.ComponentDocumentum Repository Component

ComTrade.EMC.Documentum.Repository.Component (ClassType)

Documentum component in repository.

Element properties:

Base ClassComTrade.EMC.Documentum.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5cec8414-c251-664f-13e0-3b9546d7f4db

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 monitoring object. false 256  False 
ComTrade.EMC.Documentum.Repository.Component:
Name  string  Repository Name Documentum repository/docbase name. true 256  False 
Id  string  Repository ID Repository ID. true 256  False 
HexId  string  Repository ID (hex) Repository ID in hexadecimal format. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.Repository.Component" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Component" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HexId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>