System.Notification.Template通知範本

System.Notification.Template (ClassType)

通知範本,例如電子郵件通知範本

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId64639f77-b47a-30e4-5b40-2ac2264eb65f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
System.Notification.Template:
Id  string  識別碼 識別碼 true 256  False 
Content  string  內容 內容 false 65535  False 
Encoding  string  編碼 編碼 false 256  False 
SeedClass  string  種子類別 種子類別 false 256  False 
Protocol  string  通訊協定 通訊協定 false 256  False 
Sender  string  寄件者 寄件者 false 256  False 

Health Model:

Source Code:

<ClassType ID="System.Notification.Template" Accessibility="Public" Base="AdminItem!System.AdminItem" Hosted="false" Abstract="true">
<Property ID="Id" Type="string" Key="true"/>
<Property ID="Content" Type="string" Required="true" MaxLength="65535"/>
<Property ID="Encoding" Type="string" Required="true"/>
<Property ID="SeedClass" Type="string" Required="true"/>
<Property ID="Protocol" Type="string" Required="true"/>
<Property ID="Sender" Type="string" Required="false"/>
</ClassType>