Beispiel #1
0
 partial void DeleteFile(File instance);
Beispiel #2
0
 partial void UpdateFile(File instance);
Beispiel #3
0
		private void detach_Files(File entity)
		{
			this.SendPropertyChanging();
			entity.FileExt = null;
		}
Beispiel #4
0
 partial void InsertFile(File instance);
Beispiel #5
0
		private void attach_Files(File entity)
		{
			this.SendPropertyChanging();
			entity.FileExt = this;
		}