System.GlobalSetting.ChangeSettings變更要求設定

System.GlobalSetting.ChangeSettings (ClassType)

變更要求的設定,例如識別碼首碼和檔案附件

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId7d9f2295-4db2-f793-a003-c64e355123cb

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.ChangeSettings:
SystemWorkItemChangeRequestIdPrefix  string  變更要求識別碼首碼 變更要求識別碼首碼 false 256  False  CR 
MaxFileAttachmentsCount  int  檔案附件計數上限 檔案附件計數上限 false 256    10 
MaxFileAttachmentSizeinKB  int  檔案附件大小上限 (KB) 檔案附件大小上限,以 KB 為單位 false 256    64 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ChangeSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemChangeRequestIdPrefix" Type="string" DefaultValue="CR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
</ClassType>