System.Compliance.CitationAuthority Document Citation

System.Compliance.Citation (ClassType)

Defines the basic properties of Compliance Authority Documents Citations

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdce6e39fb-d7d4-5b6f-cd69-7160b8f8a436

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.Compliance.Citation:
Id  string  Id Id true 256  False  {0} 
Section  string  Section Section false 256  False   
Page  string  Page Page false 256  False   
Paragraph  string  Paragraph Paragraph false 256  False   
LineNumber  int  Line Number Line Number false 256     
Description  string  Description Description false 256  False   

Health Model:

Source Code:

<ClassType ID="System.Compliance.Citation" Accessibility="Public" Base="SupportingItem!System.SupportingItem" Hosted="false" Abstract="false">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Section" Type="string"/>
<Property ID="Page" Type="string"/>
<Property ID="Paragraph" Type="string"/>
<Property ID="LineNumber" Type="int"/>
<Property ID="Description" Type="string"/>
</ClassType>