Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
 partial void DeleteAP_StaffRmb_PortalLineType(AP_StaffRmb_PortalLineType instance);
		private void detach_AP_StaffRmb_PortalLineTypes(AP_StaffRmb_PortalLineType entity)
		{
			this.SendPropertyChanging();
			entity.AP_Staff_RmbLineType = null;
		}
 partial void InsertAP_StaffRmb_PortalLineType(AP_StaffRmb_PortalLineType instance);