System.Notification.TemplateΠρότυπο ειδοποίησης

System.Notification.Template (ClassType)

Πρότυπα ειδοποιήσεων, όπως π.χ. πρότυπα ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7fcb0993-2ec7-1912-da4a-a97f508c26e0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) 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>