Search Results for

    Show / Hide Table of Contents

    Class CreateProcessStepDto

    Inheritance
    object
    CreateProcessStepDto
    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.ProcessStep
    Assembly: OEMS.Core.dll
    Syntax
    public class CreateProcessStepDto

    Properties

    CompletionDate

    Declaration
    public DateTime? CompletionDate { get; set; }
    Property Value
    Type Description
    DateTime?

    CustomEmailBody

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

    CustomEmailSubject

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

    Description

    Declaration
    [Required(ErrorMessage = "Beschreibung ist erforderlich")]
    public string Description { get; set; }
    Property Value
    Type Description
    string

    EmailTemplateId

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

    Files

    Declaration
    public List<ProcessStepFileDto> Files { get; set; }
    Property Value
    Type Description
    List<ProcessStepFileDto>

    Id

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

    Name

    Declaration
    [Required(ErrorMessage = "Name ist erforderlich")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OffsetDays

    Declaration
    public int? OffsetDays { get; set; }
    Property Value
    Type Description
    int?

    ProcessStepTemplateId

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

    ResponsibleUserId

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

    ScheduledDate

    Declaration
    public DateTime ScheduledDate { get; set; }
    Property Value
    Type Description
    DateTime

    Status

    Declaration
    public ProcessStatus Status { get; set; }
    Property Value
    Type Description
    ProcessStatus

    StepType

    Declaration
    public ProcessStepType StepType { get; set; }
    Property Value
    Type Description
    ProcessStepType

    Trigger

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