System.ReviewerKontrolor

System.Reviewer (ClassType)

Definuje základní vlastnosti kontrolorů aktivit.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.Reviewer:
ReviewerId  string  Identifikátor kontrolora Identifikátor kontrolora true 256  False  {0}   
Decision  enum  Rozhodnutí Rozhodnutí false 256    DecisionEnum.NotYetVoted  DecisionEnum 
DecisionDate  datetime  Datum rozhodnutí Datum rozhodnutí false 256       
Comments  string  Komentáře Komentáře false 256  False     
Veto  bool  Veta Veta false 256    false   
MustVote  bool  Musí hlasovat Musí hlasovat 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>