System.WorkItem.CommentLogRegistro commenti sugli elementi di lavoro

System.WorkItem.CommentLog (ClassType)

Tutti i commenti associati agli elementi di lavoro nel registro azioni

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId13789634-4663-cb70-edc5-e8da26450f62

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False 
System.Information:
Id  string  ID ID true 256  False 
System.WorkItem.CommentLog:
Comment  string  Commento Commento false 4000  False 
EnteredBy  string  Immesso da Immesso da false 256  False 
EnteredDate  datetime  Data immissione Data immissione false 256   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.CommentLog" Accessibility="Public" Base="System.WorkItem.Log" Hosted="false" Abstract="true">
<Property ID="Comment" Type="string" Required="true" MaxLength="4000"/>
<Property ID="EnteredBy" Type="string" Required="true"/>
<Property ID="EnteredDate" Type="datetime" Required="true"/>
</ClassType>