System.Compliance.CategoryProgram Category

System.Compliance.Category (ClassType)

Defines the basic properties of Compliance Program Categories

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47a70ad8-f831-88b9-b613-b15071758afa

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.Compliance.Category:
Id  string  Id Id true 256  False  {0}   
Description  string  Description Description false 4000  False     
ExternalId  string  External Id External Id false 4000  False     
ExternalName  enum  External Name External Name false 256      System.Compliance.SourceNameEnum 
ExternalVersion  string  External Version External Version false 256  False     

Health Model:

Source Code:

<ClassType ID="System.Compliance.Category" Accessibility="Public" Base="SupportingItem!System.SupportingItem" Hosted="false" Abstract="false">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Description" Type="string" MaxLength="4000"/>
<Property ID="ExternalId" Type="string" MaxLength="4000"/>
<Property ID="ExternalName" Type="enum" EnumType="System.Compliance.SourceNameEnum"/>
<Property ID="ExternalVersion" Type="string"/>
</ClassType>