System.Announcement.ItemAnuncio

System.Announcement.Item (ClassType)

Define las propiedades básicas de los anuncios para el portal de autoservicio

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddef6b6a3-5322-3225-4e1e-a4bf85c3eef4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.Announcement.Item:
Id  string      true 256  False  {0}   
Title  string  Título El texto del título en negrita en un anuncio false 256  False     
Body  richtext  Cuerpo El cuerpo del mensaje de un anuncio false 4000       
ExpirationDate  datetime  Fecha de expiración Cuando un anuncio está configurado para expirar false 256       
Priority  enum  Prioridad La prioridad del anuncio (por ejemplo, urgente, importante o normal) false 256      System.Announcement.PriorityEnum 

Health Model:

Source Code:

<ClassType ID="System.Announcement.Item" Base="System.AdminItem" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Title" Type="string" Required="true"/>
<Property ID="Body" Type="richtext" MaxLength="4000"/>
<Property ID="ExpirationDate" Type="datetime" Required="true"/>
<Property ID="Priority" Type="enum" EnumType="System.Announcement.PriorityEnum"/>
</ClassType>