System.GlobalSetting.ServiceRequestSettingsΡυθμίσεις αιτήσεων υπηρεσίας

System.GlobalSetting.ServiceRequestSettings (ClassType)

Ρυθμίσεις για αιτήσεις υπηρεσίας, όπως π.χ. πρόθεμα αναγνωριστικού και συνημμένα αρχεία

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdfa662352-1660-33ae-6316-7fe1c9fecc6d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Εμφανιζόμενο όνομα Εμφανιζόμενο όνομα του αντικειμένου. false 4000  False   
System.GlobalSetting.ServiceRequestSettings:
ServiceRequestPrefix  string  Πρόθεμα αναγνωριστικού αίτησης υπηρεσίας Πρόθεμα αναγνωριστικού αίτησης υπηρεσίας 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>