Exemple #1
0
		private void detach_PartVideos(PartVideo entity)
		{
			this.SendPropertyChanging();
			entity.videoType = null;
		}
Exemple #2
0
		private void attach_PartVideos(PartVideo entity)
		{
			this.SendPropertyChanging();
			entity.Part = this;
		}
Exemple #3
0
 partial void UpdatePartVideo(PartVideo instance);
Exemple #4
0
 partial void DeletePartVideo(PartVideo instance);
Exemple #5
0
 partial void InsertPartVideo(PartVideo instance);