Search Results for

    Show / Hide Table of Contents

    Class EventFileDto

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

    Properties

    Content

    Declaration
    public byte[]? Content { get; set; }
    Property Value
    Type Description
    byte[]

    Description

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

    Id

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

    Name

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

    Size

    Declaration
    public long Size { get; set; }
    Property Value
    Type Description
    long

    UploadDate

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

    fileDtos

    Declaration
    public FileDto fileDtos { get; set; }
    Property Value
    Type Description
    FileDto

    isSelected

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