Example #1
0
		private void attach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Contact = this;
		}
Example #2
0
		private void detach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Contact = null;
		}
Example #3
0
 partial void DeleteState(State instance);
Example #4
0
 partial void UpdateState(State instance);
Example #5
0
 partial void InsertState(State instance);
Example #6
0
		private void detach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}
Example #7
0
		private void attach_States(State entity)
		{
			this.SendPropertyChanging();
			entity.Location = this;
		}