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