System.GlobalSetting.ProblemSettingsSorun Ayarları

System.GlobalSetting.ProblemSettings (ClassType)

Kimlik öneki, dosya ekleri ve öncelik gibi sorunlar için ayarlar

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  Sorun Kimliği Öneki Sorun Kimliği Öneki false 256  False  PR 
MaxAttachments  int  En fazla ek sayısı En fazla ek sayısı false 256    10 
MaxAttachmentSize  int  Her bir ekin en yüksek boyutu Her bir ekin en yüksek boyutu false 256    64 
PriorityMinValue  int  En Düşük Öncelik Değeri En Düşük Öncelik Değeri false 256     
PriorityMaxValue  int  En Yüksek Öncelik Değeri En Yüksek Öncelik Değeri false 256     
PriorityMatrix  string  Öncelik Matrisi Öncelik Matrisi 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>