예제 #1
0
		private void detach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
예제 #2
0
 partial void DeleteEvent(Event instance);
예제 #3
0
		private void attach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
예제 #4
0
 partial void UpdateEvent(Event instance);
예제 #5
0
 partial void InsertEvent(Event instance);
예제 #6
0
		private void attach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.EventService = this;
		}
예제 #7
0
		private void detach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.application = null;
		}
예제 #8
0
		private void attach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.application = this;
		}