예제 #1
0
 partial void UpdateCity(City instance);
예제 #2
0
 partial void DeleteCity(City instance);
예제 #3
0
 partial void InsertCity(City instance);
예제 #4
0
		private void detach_City(City entity)
		{
			this.SendPropertyChanging();
			entity.Province = null;
		}
예제 #5
0
		private void attach_City(City entity)
		{
			this.SendPropertyChanging();
			entity.Province = this;
		}
예제 #6
0
		private void detach_City(City entity)
		{
			this.SendPropertyChanging();
			entity.SmallArea = null;
		}
예제 #7
0
		private void attach_City(City entity)
		{
			this.SendPropertyChanging();
			entity.SmallArea = this;
		}