System.ReviewerReviewer

System.Reviewer (ClassType)

Defines the basic properties of activity reviewers

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2f28a9ae-0e94-c895-c087-b222b231dd46

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.Reviewer:
ReviewerId  string  Reviewer Identifier Reviewer Identifier true 256  False  {0}   
Decision  enum  Decision Decision false 256    DecisionEnum.NotYetVoted  DecisionEnum 
DecisionDate  datetime  Decision Date Decision Date false 256       
Comments  string  Comments Comments false 256  False     
Veto  bool  Veto Veto false 256    false   
MustVote  bool  Must Vote Must Vote false 256    false   

Health Model:

Source Code:

<ClassType ID="System.Reviewer" Accessibility="Public" Base="SupportingItem!System.SupportingItem" Hosted="false" Abstract="false">
<Property ID="ReviewerId" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Decision" Type="enum" EnumType="DecisionEnum" DefaultValue="DecisionEnum.NotYetVoted"/>
<Property ID="DecisionDate" Type="datetime"/>
<Property ID="Comments" Type="string"/>
<Property ID="Veto" Type="bool" DefaultValue="false"/>
<Property ID="MustVote" Type="bool" DefaultValue="false"/>
</ClassType>