Search Results for

    Show / Hide Table of Contents

    Class ProcessStepFileDto

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

    Properties

    AssignedAt

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

    FileId

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

    FileName

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

    Id

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