Search Results for

    Show / Hide Table of Contents

    Class EventFile

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

    Properties

    Description

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

    Event

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

    EventId

    Declaration
    [Required]
    public Guid EventId { 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