System.GlobalSetting.ProblemSettings問題設定

System.GlobalSetting.ProblemSettings (ClassType)

問題的設定,例如識別碼首碼、檔案附件和優先順序

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIda94bd3d6-e7df-424c-466e-499b9cf80ce7

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.ProblemSettings:
ProblemIdPrefix  string  問題識別碼首碼 問題識別碼首碼 false 256  False  PR 
MaxAttachments  int  附件數目上限 附件數目上限 false 256    10 
MaxAttachmentSize  int  每個附件的大小上限 每個附件的大小上限 false 256    64 
PriorityMinValue  int  優先順序最小值 優先順序最小值 false 256     
PriorityMaxValue  int  優先順序最大值 優先順序最大值 false 256     
PriorityMatrix  string  優先順序矩陣 優先順序矩陣 false 65536  False   

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ProblemSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="ProblemIdPrefix" Type="string" DefaultValue="PR"/>
<Property ID="MaxAttachments" Type="int" DefaultValue="10"/>
<Property ID="MaxAttachmentSize" Type="int" DefaultValue="64"/>
<Property ID="PriorityMinValue" Type="int"/>
<Property ID="PriorityMaxValue" Type="int"/>
<Property ID="PriorityMatrix" Type="string" MaxLength="65536"/>
</ClassType>