Class FileDownloadDto
Inherited Members
Namespace: OEMS.Core.Application.DTOs.File
Assembly: OEMS.Core.dll
Syntax
public class FileDownloadDto
Properties
Content
Declaration
public byte[] Content { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |