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