Table of Contents

Class EmailTemplateDto

Namespace
Raytha.Application.EmailTemplates
Assembly
Raytha.Application.dll
public record EmailTemplateDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<EmailTemplateDto>
Inheritance
EmailTemplateDto
Implements
Inherited Members

Properties

Bcc

public string Bcc { get; init; }

Property Value

string

Cc

public string Cc { get; init; }

Property Value

string

Content

public string Content { get; init; }

Property Value

string

CreatorUser

public AuditableUserDto? CreatorUser { get; init; }

Property Value

AuditableUserDto

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

LastModifierUser

public AuditableUserDto? LastModifierUser { get; init; }

Property Value

AuditableUserDto

Subject

public string Subject { get; init; }

Property Value

string

Methods

GetProjection()

public static Expression<Func<EmailTemplate, EmailTemplateDto>> GetProjection()

Returns

Expression<Func<EmailTemplate, EmailTemplateDto>>

GetProjection(EmailTemplate)

public static EmailTemplateDto GetProjection(EmailTemplate entity)

Parameters

entity EmailTemplate

Returns

EmailTemplateDto