NotificationTemplate Class

Class to manage obtain template for email notification

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class NotificationTemplate
Inheritance
Object    NotificationTemplate

Constructors

NotificationTemplateInitializes a new instance of the NotificationTemplate class

Properties

Body Body for template
Code Code for template
Name Name for template
Subject Topic for template

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also