示例#1
0
文件: Poco.cs 项目: supermuk/iudico
 private void detach_ForecastingTreeNodes(ForecastingTreeNode entity)
 {
     this.SendPropertyChanging();
     entity.ForecastingTreeNode1 = null;
 }
示例#2
0
文件: Poco.cs 项目: supermuk/iudico
 private void attach_ForecastingTreeNodes(ForecastingTreeNode entity)
 {
     this.SendPropertyChanging();
     entity.ForecastingTree = this;
 }
示例#3
0
 partial void UpdateForecastingTreeNode(ForecastingTreeNode instance);
示例#4
0
 partial void DeleteForecastingTreeNode(ForecastingTreeNode instance);
示例#5
0
 partial void InsertForecastingTreeNode(ForecastingTreeNode instance);