System.Announcement.Itemアナウンス

System.Announcement.Item (ClassType)

セルフサービス ポータルのアナウンスの基本プロパティを定義します。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.Announcement.Item:
Id  string      true 256  False  {0}   
Title  string  タイトル アナウンスの太字タイトル テキスト false 256  False     
Body  richtext  本文 アナウンスのメッセージ本文 false 4000       
ExpirationDate  datetime  有効期限 アナウンスに設定されている有効期限 false 256       
Priority  enum  優先度 アナウンスの優先度 (緊急、重要、標準など) 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>