Exemple #1
0
 private void detach_ForecastingTreeGroups(ForecastingTreeGroup entity)
 {
     this.SendPropertyChanging();
     entity.Group = null;
 }
Exemple #2
0
 private void attach_ForecastingTreeGroups(ForecastingTreeGroup entity)
 {
     this.SendPropertyChanging();
     entity.ForecastingTree = this;
 }
Exemple #3
0
 partial void UpdateForecastingTreeGroup(ForecastingTreeGroup instance);
Exemple #4
0
 partial void DeleteForecastingTreeGroup(ForecastingTreeGroup instance);
Exemple #5
0
 partial void InsertForecastingTreeGroup(ForecastingTreeGroup instance);