Example #1
0
 partial void DeleteClearanceChecklistRoleRecords(ClearanceChecklistRoleRecords instance);
Example #2
0
 partial void InsertClearanceChecklistRoleRecords(ClearanceChecklistRoleRecords instance);
Example #3
0
		private void attach_ClearanceChecklistRoleRecords(ClearanceChecklistRoleRecords entity)
		{
			this.SendPropertyChanging();
			entity.ClearanceChecklistRole = this;
		}
Example #4
0
		private void detach_ClearanceChecklistRoleRecords(ClearanceChecklistRoleRecords entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}
Example #5
0
		private void detach_TargetUserClearanceChecklistRoleRecords(ClearanceChecklistRoleRecords entity)
		{
			this.SendPropertyChanging();
			entity.Users = null;
		}