コード例 #1
0
 partial void DeletePost(Post instance);
コード例 #2
0
 partial void InsertPost(Post instance);
コード例 #3
0
 partial void UpdatePost(Post instance);
コード例 #4
0
 public ActionResult Index(Post post)
 {
     return Json(post);
 }
コード例 #5
0
		private void detach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.PostType = null;
		}
コード例 #6
0
		private void attach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.PostType = this;
		}
コード例 #7
0
		private void detach_Posts1(Post entity)
		{
			this.SendPropertyChanging();
			entity.User1 = null;
		}
コード例 #8
0
		private void attach_Posts1(Post entity)
		{
			this.SendPropertyChanging();
			entity.User1 = this;
		}