Add parsing for LeafInputData after retrieving CleanedInput files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using LeafWeb.Core.Utility;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using LeafWeb.Core.Utility;
|
||||
|
||||
namespace LeafWeb.Core.Entities
|
||||
{
|
||||
@@ -7,9 +8,10 @@ namespace LeafWeb.Core.Entities
|
||||
/// </summary>
|
||||
public class LeafInputDataPhotosynthetic
|
||||
{
|
||||
[ForeignKey("LeafInputData")]
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInputData LeafInputInfo { get; set; }
|
||||
public virtual LeafInputData LeafInputData { get; set; }
|
||||
|
||||
/// <summary>chloroplastic CO2 photocompensation point</summary>
|
||||
/// <remarks>must be positive</remarks>
|
||||
|
||||
Reference in New Issue
Block a user