Пример #1
0
 private void detach_ReportSubscriptions_Params_refReportSubscriptions(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.ReportSubscription_refReportSubscriptions = null;
 }
Пример #2
0
 private void attach_ReportSubscriptions_Params(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.ReportSubscription = this;
 }
Пример #3
0
 partial void DeleteReportSubscriptions_Param(ReportSubscriptions_Param instance);
Пример #4
0
 partial void UpdateReportSubscriptions_Param(ReportSubscriptions_Param instance);
Пример #5
0
 partial void InsertReportSubscriptions_Param(ReportSubscriptions_Param instance);
Пример #6
0
 private void detach_ReportSubscriptions_Params_refReportTimePeriodsParameters(ReportSubscriptions_Param entity)
 {
     this.SendPropertyChanging();
     entity.DIC_ReportTimePeriodsParameter_refReportTimePeriodsParameters = null;
 }