Search Results for

    Show / Hide Table of Contents

    Class EventProcessStep

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

    Properties

    CompletionDate

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

    EventProcess

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

    EventProcessId

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

    Id

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

    ProcessStepFiles

    Declaration
    public virtual ICollection<ProcessStepFile> ProcessStepFiles { get; set; }
    Property Value
    Type Description
    ICollection<ProcessStepFile>

    ProcessStepTemplate

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

    ProcessStepTemplateId

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

    ResponsibleUser

    Declaration
    [ForeignKey("ResponsibleUserId")]
    public virtual User ResponsibleUser { get; set; }
    Property Value
    Type Description
    User

    ResponsibleUserId

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

    ScheduledDate

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

    Status

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