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