Class EmailTemplateType
The EmailTemplateType table allows for a classification/organization for EmailTemplate records.
Inheritance
System.Object
EmailTemplateType
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class EmailTemplateType : object
Properties
Description
Optional description of the classification.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Id
Primary Key
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
The name of the Email Template Type
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |