Search Results for

    Show / Hide Table of Contents

    Class UpdateEmailTemplateDto

    Inheritance
    object
    UpdateEmailTemplateDto
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.DTOs.Templates
    Assembly: OEMS.Core.dll
    Syntax
    public class UpdateEmailTemplateDto

    Properties

    Body

    Declaration
    [Required]
    public string Body { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    [Required]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Notes

    Declaration
    public string Notes { get; set; }
    Property Value
    Type Description
    string

    Subject

    Declaration
    [Required]
    public string Subject { get; set; }
    Property Value
    Type Description
    string

    Variables

    Declaration
    public string Variables { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX