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