System.WorkItem.ActionLogActielogboek werkitems

System.WorkItem.ActionLog (ClassType)

Actielogboeken voor werkitems, zoals logboekvermeldingen over automatische acties

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 (NLD) Description (NLD) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False   
System.Information:
Id  string  Id Id true 256  False   
System.WorkItem.ActionLog:
ActionType  enum  Actietype Actietype false 256    System.WorkItem.ActionLogEnum 
Title  string  Titel Titel false 256  False   
Description  richtext  Beschrijving Beschrijving false 4000     
EnteredBy  string  Ingevoerd door Ingevoerd door false 256  False   
EnteredDate  datetime  Datum ingevoerd Datum ingevoerd 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>