EDC.Base.CategorizationEDC Base MP - Categorization

EDC.Base.Categorization (ClassType)

This class is used to collect the Monitored By EDC, the EDC Server Category, and the Primary Category attributs. These attributes can be used for categorization purposes, e.g. group population, Alert enrichment or forwarding.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId681cfa06-f009-3f0d-964b-03effc7826a0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
EDC.Base.Categorization:
MonitoredByEDC  int  Monitored By EDC false 256       
EDCServerCategory  string  EDC Server Category false 256  False     
PrimaryCategory  string  Primary Category false 256  False     

Health Model:

Source Code:

<ClassType ID="EDC.Base.Categorization" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false" Extension="false">
<Property ID="MonitoredByEDC" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="EDCServerCategory" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="PrimaryCategory" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>