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