Example #1
0
 partial void DeleteSidebar(Sidebar instance);
Example #2
0
 partial void UpdateSidebar(Sidebar instance);
Example #3
0
		private void detach_Sidebars(Sidebar entity)
		{
			this.SendPropertyChanging();
			entity.WebPage = null;
		}
Example #4
0
 partial void InsertSidebar(Sidebar instance);
Example #5
0
		private void attach_Sidebars(Sidebar entity)
		{
			this.SendPropertyChanging();
			entity.WebPage = this;
		}