System.GlobalSetting.ReleaseSettingsリリース管理の設定

System.GlobalSetting.ReleaseSettings (ClassType)

ID プレフィックスや添付ファイルなどのリリース レコードの設定

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId10478c80-9df1-1f11-9c13-c7f6dc04e1bd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False   
System.GlobalSetting.ReleaseSettings:
SystemWorkItemReleaseRecordIdPrefix  string  リリース レコードの ID プレフィックス リリース レコードの ID プレフィックス false 256  False  RR 
MaxFileAttachmentsCount  int  リリース レコードの添付ファイルの最大数 リリース レコードの添付ファイルの最大数 false 256    10 
MaxFileAttachmentSizeinKB  int  リリース レコードの最大添付ファイル サイズ (KB) リリース レコードの最大添付ファイル サイズ (KB) false 256    64 
CriteriaforSelectingChangeRequests  string  変更要求の選択基準 変更要求の選択基準 false 4000  False   

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ReleaseSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemReleaseRecordIdPrefix" Type="string" DefaultValue="RR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
<Property ID="CriteriaforSelectingChangeRequests" Type="string" MaxLength="4000"/>
</ClassType>