System.WorkItem.Incident.GeneralSetting事件设置

System.WorkItem.Incident.GeneralSetting (ClassType)

事件的设置,如 ID 前缀、文件附件、优先级和解决时间

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId9ef043ac-587a-e5be-1700-42c1ae52b48f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  标识符前缀 标识符前缀 false 256  False  IR   
MaxAttachments  int  最大附件数 最大附件数 false 256    10   
PriorityMinValue  int  优先级最小值 优先级最小值 false 256     
PriorityMaxValue  int  优先级最大值 优先级最大值 false 256     
DataRetentionTime  int  数据保留时间 数据保留时间 false 256       
DataRetentionTimeUnit  int  数据保留时间单位 数据保留时间单位 false 256       
OpsMgrWebConsoleUrl  string  Operations Manager Web 控制台 URL Operations Manager Web 控制台 URL false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  最大附件大小 最大附件大小 false 256    2048   
PriorityMatrix  string  优先级矩阵 优先级矩阵 false 65536  False     
ResolutionMappings  string  解决方法映射 解决方法映射 false 65536  False     
DefaultTierQueue  enum  默认支持组 默认支持组 false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  解决子事件 解决子事件 false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  激活子事件 激活子事件 false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  活动子事件链接状态 活动子事件链接状态 false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  子事件重新激活状态 子事件重新激活状态 false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  子事件解决方法类别 子事件解决方法类别 false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  为与父项相同的子事件解决方法类别 为与父事件解决方法类别相同的子事件解决方法类别 false 256       
PropertiesToCopyFromParentToChildIncident  string      false 256  False  Impact;Urgency;TierQueue;AssignedUser   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.Incident.GeneralSetting" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="PrefixForId" Type="string" DefaultValue="IR"/>
<Property ID="MaxAttachments" Type="int" DefaultValue="10"/>
<Property ID="PriorityMinValue" Type="int" DefaultValue="9"/>
<Property ID="PriorityMaxValue" Type="int" DefaultValue="1"/>
<Property ID="DataRetentionTime" Type="int"/>
<Property ID="DataRetentionTimeUnit" Type="int"/>
<Property ID="OpsMgrWebConsoleUrl" Type="string"/>
<Property ID="OpsMgrWebConsoleAlertPageUrl" Type="string"/>
<Property ID="OpsMgrWebConsoleHealthPageUrl" Type="string"/>
<Property ID="HideTargetResolutionTimeOnForm" Type="bool"/>
<Property ID="MaxAttachmentSize" Type="int" DefaultValue="2048"/>
<Property ID="PriorityMatrix" Type="string" MaxLength="65536"/>
<Property ID="ResolutionMappings" Type="string" MaxLength="65536"/>
<Property ID="DefaultTierQueue" Type="enum" EnumType="CoreIncident!IncidentTierQueuesEnum"/>
<Property ID="ResolveChildIncident" Type="enum" EnumType="ChildIncidentAdminSettings"/>
<Property ID="ActivateChildIncident" Type="enum" EnumType="ChildIncidentAdminSettings"/>
<Property ID="ActiveChildIncidentLinkStatus" Type="enum" EnumType="CoreIncident!IncidentStatusEnum"/>
<Property ID="ChildIncidentReactivatedStatus" Type="enum" EnumType="CoreIncident!IncidentStatusEnum" DefaultValue="CoreIncident!IncidentStatusEnum.Active"/>
<Property ID="ChildIncidentResolutionCategory" Type="enum" EnumType="CoreIncident!IncidentResolutionCategoryEnum" DefaultValue="IncidentResolutionCategoryEnum.ResolvedByParentIncident"/>
<Property ID="ChildIncidentResolutionCategorySameAsParent" Type="bool"/>
<Property ID="PropertiesToCopyFromParentToChildIncident" Type="string" DefaultValue="Impact;Urgency;TierQueue;AssignedUser"/>
</ClassType>