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