Example #1
0
		private void detach_documentTypes(documentType entity)
		{
			this.SendPropertyChanging();
			entity.document = null;
		}
Example #2
0
		private void attach_documentTypes(documentType entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
Example #3
0
 partial void UpdatedocumentType(documentType instance);
Example #4
0
 partial void DeletedocumentType(documentType instance);
Example #5
0
 partial void InsertdocumentType(documentType instance);