init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class OsszefuggoSzakGyakGridCo
|
||||
{
|
||||
public bool IsRowToDelete => !Teljesitett.HasValue && !ErtekelesOsztalyzatId.HasValue && string.IsNullOrWhiteSpace(ErtekelesSzoveg) && string.IsNullOrWhiteSpace(Megjegyzes) && !TeljesitesDatum.HasValue;
|
||||
|
||||
public int ID { get; set; } //NOTE: TanuloId
|
||||
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
public bool? Teljesitett { get; set; }
|
||||
|
||||
public int? ErtekelesOsztalyzatId { get; set; }
|
||||
|
||||
public string ErtekelesSzoveg { get; set; }
|
||||
|
||||
public string Megjegyzes { get; set; }
|
||||
|
||||
public DateTime? TeljesitesDatum { get; set; }
|
||||
|
||||
public int CsoportId { get; set; }
|
||||
|
||||
public int TantargyId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue