Search Results for

    Show / Hide Table of Contents

    Class ProcessStepFile

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

    Properties

    EventProcessStep

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

    EventProcessStepId

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

    File

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

    FileId

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

    Id

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

    UploadDate

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

    Uploader

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

    UploaderId

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