Beispiel #1
0
 partial void Deletedoc(doc instance);
Beispiel #2
0
 partial void Updatedoc(doc instance);
Beispiel #3
0
		private void detach_docs(doc entity)
		{
			this.SendPropertyChanging();
			entity.docgroup = null;
		}
Beispiel #4
0
 partial void Insertdoc(doc instance);
Beispiel #5
0
		private void attach_docs(doc entity)
		{
			this.SendPropertyChanging();
			entity.docgroup = this;
		}