System.GlobalSetting.ActivitySettings活動設定

System.GlobalSetting.ActivitySettings (ClassType)

活動的設定,例如識別碼首碼

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId63d7e52e-98d7-97d6-c051-dcc2be9eac8d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False   
System.GlobalSetting.ActivitySettings:
SystemWorkItemActivityManualActivityIdPrefix  string  手動活動識別碼首碼 手動活動識別碼首碼 false 256  False  MA 
SystemWorkItemActivityReviewActivityIdPrefix  string  檢閱活動識別碼首碼 檢閱活動識別碼首碼 false 256  False  RA 
SystemWorkItemActivityIdPrefix  string  活動識別碼首碼 活動識別碼首碼 false 256  False  AC 
SystemWorkItemActivityParallelActivityIdPrefix  string  並行活動識別碼首碼 並行活動識別碼首碼 false 256  False  PA 
SystemWorkItemActivitySequentialActivityIdPrefix  string  循序活動識別碼首碼 循序活動識別碼首碼 false 256  False  SA 
SystemWorkItemActivityDependentActivityIdPrefix  string  相依活動識別碼首碼 相依活動識別碼首碼 false 256  False  DA 
MicrosoftSystemCenterOrchestratorRunbookAutomationActivityBaseIdPrefix  string      false 256  False  RB 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ActivitySettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemActivityManualActivityIdPrefix" Type="string" DefaultValue="MA"/>
<Property ID="SystemWorkItemActivityReviewActivityIdPrefix" Type="string" DefaultValue="RA"/>
<Property ID="SystemWorkItemActivityIdPrefix" Type="string" DefaultValue="AC"/>
<Property ID="SystemWorkItemActivityParallelActivityIdPrefix" Type="string" Required="true" DefaultValue="PA"/>
<Property ID="SystemWorkItemActivitySequentialActivityIdPrefix" Type="string" Required="true" DefaultValue="SA"/>
<Property ID="SystemWorkItemActivityDependentActivityIdPrefix" Type="string" Required="true" DefaultValue="DA"/>
<Property ID="MicrosoftSystemCenterOrchestratorRunbookAutomationActivityBaseIdPrefix" Type="string" Required="true" DefaultValue="RB"/>
</ClassType>