System.GlobalSetting.ReleaseSettings發行管理設定

System.GlobalSetting.ReleaseSettings (ClassType)

發行記錄的設定,例如識別碼首碼和檔案附件

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId6712c1b4-295c-1ac7-4726-d671f31ec4f4

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.ReleaseSettings:
SystemWorkItemReleaseRecordIdPrefix  string  發行記錄識別碼首碼 發行記錄識別碼首碼 false 256  False  RR 
MaxFileAttachmentsCount  int  發行記錄的檔案附件計數上限 發行記錄的檔案附件計數上限 false 256    10 
MaxFileAttachmentSizeinKB  int  發行記錄的檔案附件大小上限,以 KB 為單位 發行記錄的檔案附件大小上限,以 KB 為單位 false 256    64 
CriteriaforSelectingChangeRequests  string  選取變更要求的準則 選取變更要求的準則 false 4000  False   

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ReleaseSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemReleaseRecordIdPrefix" Type="string" DefaultValue="RR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
<Property ID="CriteriaforSelectingChangeRequests" Type="string" MaxLength="4000"/>
</ClassType>