System.GlobalSetting.ProblemSettings問題の設定

System.GlobalSetting.ProblemSettings (ClassType)

ID プレフィックス、添付ファイル、優先度などの問題の設定

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdda0eeac9-9c85-e72b-f321-44a3fcec9c9a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  問題 ID プレフィックス 問題 ID プレフィックス 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>