OK edit classe liste
This commit is contained in:
@@ -20,7 +20,19 @@ namespace EgwCoreLib.Lux.Data.DbModel
|
||||
/// Descrizione
|
||||
/// </summary>
|
||||
public string Description { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
/// Numero Item compresi
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public int NumChild
|
||||
{
|
||||
get => GenValNav?.Count ?? 0;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Navigazione alle righe dei valori associati
|
||||
/// </summary>
|
||||
public virtual ICollection<GenValueModel> GenValNav { get; set; } = new List<GenValueModel>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user