System.Reviewer檢閱者

System.Reviewer (ClassType)

定義活動檢閱者的基本內容

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf57b9dbb-aa33-561c-cafe-54c42d414915

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.Reviewer:
ReviewerId  string  檢閱者識別碼 檢閱者識別碼 true 256  False  {0}   
Decision  enum  決策 決策 false 256    DecisionEnum.NotYetVoted  DecisionEnum 
DecisionDate  datetime  決策日期 決策日期 false 256       
Comments  string  註解 註解 false 256  False     
Veto  bool  否決權 否決權 false 256    false   
MustVote  bool  必須投票 必須投票 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>