System.Notification.TemplateŠablona oznámení

System.Notification.Template (ClassType)

Šablony oznámení, například šablony e-mailových oznámení

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False 
System.Notification.Template:
Id  string  ID ID true 256  False 
Content  string  Obsah Obsah false 65535  False 
Encoding  string  Kódování Kódování false 256  False 
SeedClass  string  Třída počáteční hodnoty Třída počáteční hodnoty false 256  False 
Protocol  string  Protokol Protokol false 256  False 
Sender  string  Odesílatel Odesílatel 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>