Пример #1
0
 private void detach_CategoryLogs(CategoryLog entity)
 {
     this.SendPropertyChanging();
     entity.Log = null;
 }
Пример #2
0
 partial void DeleteCategoryLog(CategoryLog instance);
Пример #3
0
 private void attach_CategoryLogs(CategoryLog entity)
 {
     this.SendPropertyChanging();
     entity.Log = this;
 }
Пример #4
0
 partial void InsertCategoryLog(CategoryLog instance);
Пример #5
0
 partial void UpdateCategoryLog(CategoryLog instance);
		private void detach_CategoryLogs(CategoryLog entity)
		{
			this.SendPropertyChanging();
			entity.Log = null;
		}
		private void attach_CategoryLogs(CategoryLog entity)
		{
			this.SendPropertyChanging();
			entity.Log = this;
		}
 partial void DeleteCategoryLog(CategoryLog instance);
 partial void UpdateCategoryLog(CategoryLog instance);
 partial void InsertCategoryLog(CategoryLog instance);