Exemple #1
0
 private void detach_ForecastingTreeNodes(ForecastingTreeNode entity)
 {
     this.SendPropertyChanging();
     entity.ForecastingTreeNode1 = null;
 }
Exemple #2
0
 private void attach_ForecastingTreeNodes(ForecastingTreeNode entity)
 {
     this.SendPropertyChanging();
     entity.ForecastingTree = this;
 }
Exemple #3
0
 partial void UpdateForecastingTreeNode(ForecastingTreeNode instance);
Exemple #4
0
 partial void DeleteForecastingTreeNode(ForecastingTreeNode instance);
Exemple #5
0
 partial void InsertForecastingTreeNode(ForecastingTreeNode instance);