System.GlobalSetting.ChangeSettingsInställningar för ändringsbegäran

System.GlobalSetting.ChangeSettings (ClassType)

Inställningar för ändringsbegäran, t.ex. ID-prefix och bifogade filer

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False   
System.GlobalSetting.ChangeSettings:
SystemWorkItemChangeRequestIdPrefix  string  ID-prefix för ändringsbegäran ID-prefix för ändringsbegäran false 256  False  CR 
MaxFileAttachmentsCount  int  Max antal bifogade filer Max antal bifogade filer false 256    10 
MaxFileAttachmentSizeinKB  int  Max storlek för bifogad fil (kB) Maximal storlek för bifogad fil i 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>