System.Notification.TemplateAviseringsmall

System.Notification.Template (ClassType)

Aviseringsmallar, t.ex. mallar för e-postaviseringar

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False 
System.Notification.Template:
Id  string  ID ID true 256  False 
Content  string  Innehåll Innehåll false 65535  False 
Encoding  string  Kodning Kodning false 256  False 
SeedClass  string  Dirigeringsklass Dirigeringsklass false 256  False 
Protocol  string  Protokoll Protokoll false 256  False 
Sender  string  Avsändare Avsändare 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>