Search Results for

    Show / Hide Table of Contents

    Class UpdateProcessStepTemplateDto

    Inheritance
    object
    UpdateProcessStepTemplateDto
    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 UpdateProcessStepTemplateDto

    Properties

    DaysAfterEvent

    Declaration
    [Required]
    public int DaysAfterEvent { get; set; }
    Property Value
    Type Description
    int

    DaysBeforeEvent

    Declaration
    [Required]
    public int DaysBeforeEvent { get; set; }
    Property Value
    Type Description
    int

    Description

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

    EmailTemplateId

    Declaration
    public Guid? EmailTemplateId { get; set; }
    Property Value
    Type Description
    Guid?

    Id

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

    IsAvailable

    Declaration
    [Required]
    public bool IsAvailable { get; set; }
    Property Value
    Type Description
    bool

    Name

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

    ProcessTemplateId

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

    Sequence

    Declaration
    [Required]
    public int Sequence { get; set; }
    Property Value
    Type Description
    int

    TemplateContent

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

    Type

    Declaration
    [Required]
    public ProcessStepType Type { get; set; }
    Property Value
    Type Description
    ProcessStepType
    In this article
    Back to top Generated by DocFX