Ejemplo n.º 1
0
 private void detach_ReportSubscriptions_Params_refReportSubscriptions(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.ReportSubscription_refReportSubscriptions = null;
 }
Ejemplo n.º 2
0
 private void attach_ReportSubscriptions_Params(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.ReportSubscription = this;
 }
Ejemplo n.º 3
0
 partial void DeleteReportSubscriptions_Param(ReportSubscriptions_Param instance);
Ejemplo n.º 4
0
 partial void UpdateReportSubscriptions_Param(ReportSubscriptions_Param instance);
Ejemplo n.º 5
0
 partial void InsertReportSubscriptions_Param(ReportSubscriptions_Param instance);
Ejemplo n.º 6
0
 private void detach_ReportSubscriptions_Params_refReportTimePeriodsParameters(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.DIC_ReportTimePeriodsParameter_refReportTimePeriodsParameters = null;
 }