Search Results for

    Show / Hide Table of Contents

    Class ProcessStepTemplate

    Inheritance
    object
    ProcessStepTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Domain
    Assembly: OEMS.Core.dll
    Syntax
    public class ProcessStepTemplate

    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

    EmailTemplate

    Declaration
    [ForeignKey("EmailTemplateId")]
    public virtual EmailTemplate EmailTemplate { get; set; }
    Property Value
    Type Description
    EmailTemplate

    EmailTemplateId

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

    EventProcessSteps

    Declaration
    public virtual ICollection<EventProcessStep> EventProcessSteps { get; set; }
    Property Value
    Type Description
    ICollection<EventProcessStep>

    Id

    Declaration
    [Key]
    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

    ProcessTemplate

    Declaration
    [ForeignKey("ProcessTemplateId")]
    public virtual ProcessTemplate ProcessTemplate { get; set; }
    Property Value
    Type Description
    ProcessTemplate

    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