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; }
private void attach_SUPPORT_AREAs(SUPPORT_AREA entity) { this.SendPropertyChanging(); entity.EMPLOYEE = this; }
private void detach_SUPPORT_AREAs1(SUPPORT_AREA entity) { this.SendPropertyChanging(); entity.EMPLOYEE1 = null; }
partial void DeleteSUPPORT_AREA(SUPPORT_AREA instance);
partial void UpdateSUPPORT_AREA(SUPPORT_AREA instance);
partial void InsertSUPPORT_AREA(SUPPORT_AREA instance);
private void detach_SUPPORT_AREAs(SUPPORT_AREA entity) { this.SendPropertyChanging(); entity.SUPPORT_UNIT = null; }
private void detach_SUPPORT_AREAs(SUPPORT_AREA entity) { this.SendPropertyChanging(); entity.BUSINESS_TYPE = null; }