예제 #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;
		}