Exemplo n.º 1
0
 public void copy(ArticleMaster q)
 {
     this.Id            = q.Id;
     this.author_id     = q.author_id;
     this.text          = q.text;
     this.title         = q.title;
     this.uploaded_date = q.uploaded_date;
     this.url           = q.url;
 }
Exemplo n.º 2
0
 partial void DeleteArticleMaster(ArticleMaster instance);
Exemplo n.º 3
0
 partial void UpdateArticleMaster(ArticleMaster instance);
Exemplo n.º 4
0
 partial void InsertArticleMaster(ArticleMaster instance);
Exemplo n.º 5
0
 private void detach_ArticleMasters(ArticleMaster entity)
 {
     this.SendPropertyChanging();
     entity.AuthorMaster = null;
 }