Class ProcessStepFileDto
Inherited Members
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 |