Ejemplo n.º 1
0
 public SupportArea(SUPPORT_AREA sa)
     : base(sa.SUPPORT_AREA_ID, sa.SUPPORT_AREA_TEXT)
 {
     this.SupportUnitID = sa.SUPPORT_UNIT_ID;
     this.BusinessTypeID = sa.BUSINESS_TYPE_ID;
     this.SupportID = sa.SUPPORT_ID;
     this.DeveloperID = sa.DEVELOPER_ID;
 }
Ejemplo n.º 2
0
		private void attach_SUPPORT_AREAs(SUPPORT_AREA entity)
		{
			this.SendPropertyChanging();
			entity.EMPLOYEE = this;
		}
Ejemplo n.º 3
0
		private void detach_SUPPORT_AREAs1(SUPPORT_AREA entity)
		{
			this.SendPropertyChanging();
			entity.EMPLOYEE1 = null;
		}
Ejemplo n.º 4
0
 partial void DeleteSUPPORT_AREA(SUPPORT_AREA instance);
Ejemplo n.º 5
0
 partial void UpdateSUPPORT_AREA(SUPPORT_AREA instance);
Ejemplo n.º 6
0
 partial void InsertSUPPORT_AREA(SUPPORT_AREA instance);
Ejemplo n.º 7
0
		private void detach_SUPPORT_AREAs(SUPPORT_AREA entity)
		{
			this.SendPropertyChanging();
			entity.SUPPORT_UNIT = null;
		}
Ejemplo n.º 8
0
		private void detach_SUPPORT_AREAs(SUPPORT_AREA entity)
		{
			this.SendPropertyChanging();
			entity.BUSINESS_TYPE = null;
		}