System.GlobalSetting.ProblemSettingsProblemindstillinger

System.GlobalSetting.ProblemSettings (ClassType)

Indstillingerne for problemer, som f.eks. id-præfiks, vedhæftede filer og prioritet

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DAN) Description (DAN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Vis navn Viser navnet for objektet. false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  Id-præfiks for problem Id-præfiks for problem false 256  False  PR 
MaxAttachments  int  Maksimal antal vedhæftede filer Maksimal antal vedhæftede filer false 256    10 
MaxAttachmentSize  int  Maksimal størrelse pr. vedhæftet fil Maksimal størrelse pr. vedhæftet fil false 256    64 
PriorityMinValue  int  Minimumsværdi for prioritet Minimumsværdi for prioritet false 256     
PriorityMaxValue  int  Maksimal værdi for prioritet Maksimal værdi for prioritet false 256     
PriorityMatrix  string  Prioritetsmatrix Prioritetsmatrix 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>