Search Results for

    Show / Hide Table of Contents

    Class File

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

    Properties

    EventFiles

    Declaration
    public virtual ICollection<EventFile> EventFiles { get; set; }
    Property Value
    Type Description
    ICollection<EventFile>

    Id

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

    Metadata

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

    Name

    Declaration
    [Required]
    [StringLength(255)]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Path

    Declaration
    [Required]
    public string Path { get; set; }
    Property Value
    Type Description
    string

    ProcessStepFiles

    Declaration
    public virtual ICollection<ProcessStepFile> ProcessStepFiles { get; set; }
    Property Value
    Type Description
    ICollection<ProcessStepFile>

    Size

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

    Type

    Declaration
    [Required]
    [StringLength(50)]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    UploadDate

    Declaration
    [Required]
    public DateTime UploadDate { get; set; }
    Property Value
    Type Description
    DateTime
    In this article
    Back to top Generated by DocFX