System.GlobalSetting.ServiceRequestSettings服务请求设置

System.GlobalSetting.ServiceRequestSettings (ClassType)

服务请求的设置,例如 ID 前缀和文件附件

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdf992b20b-8620-085a-d73c-d5e2092bea2a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False   
System.GlobalSetting.ServiceRequestSettings:
ServiceRequestPrefix  string  服务请求 ID 前缀 服务请求 ID 前缀 false 256  False  SR 
MaxFileAttachmentsCount  int  最大文件附件计数 最大文件附件计数 false 256    10 
MaxFileAttachmentSizeinKB  int  最大文件附件大小(KB) 最大文件附件大小(KB) false 256    64 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ServiceRequestSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="ServiceRequestPrefix" Type="string" DefaultValue="SR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
</ClassType>