@@ -38,10 +38,8 @@ namespace Comal.Classes
public class EmployeeActivity : Entity, IRemotable, IPersistent, IEmployeeActivity,
ILicense<CoreLicense>
{
- [EntityRelationship(DeleteAction.Cascade)]
public EmployeeLink Employee { get; set; }
public ActivityLink Activity { get; set; }
protected override void Init()
public class EmployeeDigitalForm : Entity, IRemotable, IPersistent, IEmployeeDigitalForm,
public DigitalFormLink Form { get; set; }
@@ -93,11 +93,9 @@ namespace Comal.Classes
public class JobActivitySummary : Entity, IRemotable, IPersistent, IJobActivity, IOneToMany<Job>
[NullEditor]
public JobLink JobLink { get; set; }
[EditorSequence(1)]
- [EntityRelationship(DeleteAction.SetNull)]
[Caption("Activity",IncludePath = false)]
public AssignmentActivityLink ActivityLink { get; set; }
@@ -36,10 +36,8 @@ namespace Comal.Classes
public class EmployeeRequiredQualification : Entity, IRemotable, IPersistent, IEmployeeRequiredQualification,
public QualificationLink Qualification { get; set; }
@@ -156,16 +156,12 @@ namespace Comal.Classes
IStockHolding, ILicense<WarehouseLicense>
public ProductLink Product { get; set; }
public ProductStyleLink Style { get; set; }
public StockLocationLink Location { get; set; }
public JobLink Job { get; set; }
[RequiredColumn]