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