System.WorkItem.ActionLogİş Öğesi Eylem Günlüğü

System.WorkItem.ActionLog (ClassType)

Otomatik eylemlerle ilgili günlük oluşturma gibi iş öğesi eylem günlükleri

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9804e354-b5b8-5954-0d1f-95b3fd185bde

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False   
System.Information:
Id  string  Kimlik Kimlik true 256  False   
System.WorkItem.ActionLog:
ActionType  enum  Eylem türü Eylem türü false 256    System.WorkItem.ActionLogEnum 
Title  string  Başlık Başlık false 256  False   
Description  richtext  Açıklama Açıklama false 4000     
EnteredBy  string  Giren Giren false 256  False   
EnteredDate  datetime  Giriş tarihi Giriş tarihi 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>