コード例 #1
0
 partial void DeleteFileAuth(FileAuth instance);
コード例 #2
0
 partial void UpdateFileAuth(FileAuth instance);
コード例 #3
0
 partial void InsertFileAuth(FileAuth instance);
コード例 #4
0
		private void detach_FileAuths1(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee1 = null;
		}
コード例 #5
0
		private void attach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}
コード例 #6
0
		private void detach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.File = null;
		}