System.WorkItem.NotificationLogRegistro de notificación de elementos de trabajo

System.WorkItem.NotificationLog (ClassType)

Registros de notificación para elementos de trabajo

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb869fff4-0191-d958-26fd-203895d693bb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False 
System.Information:
Id  string  Identificador Identificador true 256  False 
System.WorkItem.NotificationLog:
Encoding  string  Codificación Codificación false 256  False 
SentTo  string  Enviado a Enviado a false 256  False 
SentDate  datetime  Fecha de envío Fecha de envío 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>