System.GlobalSetting.ProblemSettingsConfigurações de Problemas

System.GlobalSetting.ProblemSettings (ClassType)

Configurações para problemas, como prefixo de ID, anexos de arquivo e prioridade

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  Prefixo de ID do Problema Prefixo de ID do Problema false 256  False  PR 
MaxAttachments  int  Número máximo de anexos Número máximo de anexos false 256    10 
MaxAttachmentSize  int  Tamanho máximo de cada anexo Tamanho máximo de cada anexo false 256    64 
PriorityMinValue  int  Valor Mínimo da Prioridade Valor Mínimo da Prioridade false 256     
PriorityMaxValue  int  Valor Máximo da Prioridade Valor Máximo da Prioridade false 256     
PriorityMatrix  string  Matriz de Prioridades Matriz de Prioridades 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>