示例#1
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void detach_VideoAlbumItems(VideoAlbumItem entity)
		{
			this.SendPropertyChanging();
			entity.VideoAlbum = null;
		}
示例#2
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void attach_VideoAlbumItems(VideoAlbumItem entity)
		{
			this.SendPropertyChanging();
			entity.Video = this;
		}
示例#3
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void UpdateVideoAlbumItem(VideoAlbumItem instance);
示例#4
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void DeleteVideoAlbumItem(VideoAlbumItem instance);
示例#5
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void InsertVideoAlbumItem(VideoAlbumItem instance);