System.GlobalSetting.ProblemSettingsProbleeminstellingen

System.GlobalSetting.ProblemSettings (ClassType)

Instellingen voor problemen, zoals id-voorvoegsel, bestandsbijlagen en prioriteit

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  Id-voorvoegsel probleem Id-voorvoegsel probleem false 256  False  PR 
MaxAttachments  int  Maximum aantal bijlagen Maximum aantal bijlagen false 256    10 
MaxAttachmentSize  int  Maximale grootte van elke bijlage Maximale grootte van elke bijlage false 256    64 
PriorityMinValue  int  Minimale waarde prioriteit Minimale waarde prioriteit false 256     
PriorityMaxValue  int  Maximale waarde prioriteit Maximale waarde prioriteit false 256     
PriorityMatrix  string  Prioriteitsmatrix Prioriteitsmatrix 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>