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