System.WorkItem.ActionLogWork Item Action Log

System.WorkItem.ActionLog (ClassType)

Work item action logs, such as logging about automatic actions

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc17ed57f-cc9a-0c00-9a15-89c636407bf3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.Information:
Id  string  ID ID true 256  False   
System.WorkItem.ActionLog:
ActionType  enum  Action type Action type false 256    System.WorkItem.ActionLogEnum 
Title  string  Title Title false 256  False   
Description  richtext  Description Description false 4000     
EnteredBy  string  Entered by Entered by false 256  False   
EnteredDate  datetime  Entered date Entered date false 256     

Health Model:

Source Code:

<ClassType ID="System.WorkItem.ActionLog" Accessibility="Public" Base="System.WorkItem.Log" Hosted="false" Abstract="true">
<Property ID="ActionType" Type="enum" EnumType="System.WorkItem.ActionLogEnum" Required="true"/>
<Property ID="Title" Type="string"/>
<Property ID="Description" Type="richtext" MaxLength="4000"/>
<Property ID="EnteredBy" Type="string" Required="true"/>
<Property ID="EnteredDate" Type="datetime" Required="true"/>
</ClassType>