예제 #1
0
		private void detach_RelatedGraphics(RelatedGraphic entity)
		{
			this.SendPropertyChanging();
			entity.Issue = null;
		}
예제 #2
0
		private void detach_RelatedGraphics2(RelatedGraphic entity)
		{
			this.SendPropertyChanging();
			entity.User2 = null;
		}
예제 #3
0
		private void attach_RelatedGraphics1(RelatedGraphic entity)
		{
			this.SendPropertyChanging();
			entity.User1 = this;
		}
예제 #4
0
 partial void DeleteRelatedGraphic(RelatedGraphic instance);
예제 #5
0
 partial void UpdateRelatedGraphic(RelatedGraphic instance);
예제 #6
0
 partial void InsertRelatedGraphic(RelatedGraphic instance);