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