System.GlobalSetting.ChangeSettingsAlterar as Definições do Pedido

System.GlobalSetting.ChangeSettings (ClassType)

Definições dos pedidos de alteração, tais como prefixo de ID e anexos de ficheiro

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False   
System.GlobalSetting.ChangeSettings:
SystemWorkItemChangeRequestIdPrefix  string  Prefixo de ID do Pedido de Alteração Prefixo de ID do Pedido de Alteração false 256  False  CR 
MaxFileAttachmentsCount  int  Número Máximo de Anexos de Ficheiro Número Máximo de Anexos de Ficheiro false 256    10 
MaxFileAttachmentSizeinKB  int  Tamanho Máximo do Anexo de Ficheiro (KB) Tamanho Máximo do Anexo de Ficheiro em 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>