Example #1
0
 partial void DeleteUserPlanObjectType(UserPlanObjectType instance);
Example #2
0
 partial void UpdateUserPlanObjectType(UserPlanObjectType instance);
Example #3
0
		private void detach_UserPlanObjectTypes(UserPlanObjectType entity)
		{
			this.SendPropertyChanging();
			entity.PlanObjectType = null;
		}
Example #4
0
 partial void InsertUserPlanObjectType(UserPlanObjectType instance);
Example #5
0
		private void attach_UserPlanObjectTypes(UserPlanObjectType entity)
		{
			this.SendPropertyChanging();
			entity.UserRole = this;
		}