Adding EF initialization
This commit is contained in:
@@ -4,12 +4,14 @@ namespace LeafWeb.Core.Models
|
||||
{
|
||||
public class LeafInputFile
|
||||
{
|
||||
[Key]
|
||||
public int LeafInputFileId { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInput LeafInput { get; set; }
|
||||
|
||||
public virtual LeafInputInfo LeafInputInfo { get; set; }
|
||||
/// <summary>
|
||||
/// Parsed values from the LeafInput used in LeafWeb for filtering/searching
|
||||
/// </summary>
|
||||
// public virtual LeafInputInfo LeafInputInfo { get; set; }
|
||||
|
||||
public string Filename { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user