Ejemplo n.º 1
0
		private void attach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.Priority = this;
		}
Ejemplo n.º 2
0
		private void detach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.Priority = null;
		}
Ejemplo n.º 3
0
 partial void UpdateIssue(Issue instance);
Ejemplo n.º 4
0
 partial void DeleteIssue(Issue instance);
Ejemplo n.º 5
0
 partial void InsertIssue(Issue instance);
Ejemplo n.º 6
0
		private void attach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.IssueType = this;
		}
Ejemplo n.º 7
0
		private void detach_Issues9(Issue entity)
		{
			this.SendPropertyChanging();
			entity.User9 = null;
		}
Ejemplo n.º 8
0
		private void detach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.Classification = null;
		}
Ejemplo n.º 9
0
		private void attach_Issues9(Issue entity)
		{
			this.SendPropertyChanging();
			entity.User9 = this;
		}
Ejemplo n.º 10
0
		private void detach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.SubCategory = null;
		}
Ejemplo n.º 11
0
		private void attach_Issues(Issue entity)
		{
			this.SendPropertyChanging();
			entity.SubCategory = this;
		}
Ejemplo n.º 12
0
		private void detach_Issues9(Issue entity)
		{
			this.SendPropertyChanging();
			entity.RiskMatrix9 = null;
		}
Ejemplo n.º 13
0
		private void attach_Issues8(Issue entity)
		{
			this.SendPropertyChanging();
			entity.RiskMatrix8 = this;
		}