Beispiel #1
0
 partial void DeleteMeFileType(MeFileType instance);
Beispiel #2
0
 partial void UpdateMeFileType(MeFileType instance);
Beispiel #3
0
		private void detach_MeFileTypes(MeFileType entity)
		{
			this.SendPropertyChanging();
			entity.MeType = null;
		}
Beispiel #4
0
 partial void InsertMeFileType(MeFileType instance);
Beispiel #5
0
		private void attach_MeFileTypes(MeFileType entity)
		{
			this.SendPropertyChanging();
			entity.MeType = this;
		}