System.WorkItem.NotificationLog작업 항목 알림 로그

System.WorkItem.NotificationLog (ClassType)

작업 항목에 대한 알림 로그

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde8a69d8b-514f-6c44-bddb-3a7fb88d8e3b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
System.Information:
Id  string  ID ID true 256  False 
System.WorkItem.NotificationLog:
Encoding  string  인코딩 인코딩 false 256  False 
SentTo  string  보낸 대상 보낸 대상 false 256  False 
SentDate  datetime  보낸 날짜 보낸 날짜 false 256   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.NotificationLog" Accessibility="Public" Base="System.WorkItem.Log" Hosted="false" Abstract="true">
<Property ID="Encoding" Type="string"/>
<Property ID="SentTo" Type="string" Required="true"/>
<Property ID="SentDate" Type="datetime" Required="true"/>
</ClassType>