Exemplo n.º 1
0
 partial void DeleteWebPropNote(WebPropNote instance);
Exemplo n.º 2
0
 partial void UpdateWebPropNote(WebPropNote instance);
Exemplo n.º 3
0
		private void detach_WebPropNotes(WebPropNote entity)
		{
			this.SendPropertyChanging();
			entity.WebProperty = null;
		}
Exemplo n.º 4
0
 partial void InsertWebPropNote(WebPropNote instance);
Exemplo n.º 5
0
		private void attach_WebPropNotes(WebPropNote entity)
		{
			this.SendPropertyChanging();
			entity.WebProperty = this;
		}