Search Results for

    Show / Hide Table of Contents

    Class ProcessDto

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

    Properties

    CompletionDate

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

    Description

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

    EventId

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

    Id

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

    Name

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

    ProcessSteps

    Declaration
    public List<ProcessStepDto> ProcessSteps { get; set; }
    Property Value
    Type Description
    List<ProcessStepDto>

    ProcessTemplateId

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

    StartDate

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

    Status

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