示例#1
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void DeletePhotoAlbumItem(PhotoAlbumItem instance);
示例#2
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void UpdatePhotoAlbumItem(PhotoAlbumItem instance);
示例#3
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void detach_PhotoAlbumItems(PhotoAlbumItem entity)
		{
			this.SendPropertyChanging();
			entity.PhotoAlbum = null;
		}
示例#4
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void InsertPhotoAlbumItem(PhotoAlbumItem instance);
示例#5
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void attach_PhotoAlbumItems(PhotoAlbumItem entity)
		{
			this.SendPropertyChanging();
			entity.Photo = this;
		}