Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Example #1
0
 partial void DeleteSecurableObject(SecurableObject instance);
Example #2
0
 partial void InsertSecurableObject(SecurableObject instance);
Example #3
0
 partial void UpdateSecurableObject(SecurableObject instance);
Example #4
0
 private void detach_SecurableObjects(SecurableObject entity)
 {
     this.SendPropertyChanging();
     entity.SecurableContext = null;
 }
 partial void DeleteSecurableObject(SecurableObject instance);
 partial void UpdateSecurableObject(SecurableObject instance);
 partial void InsertSecurableObject(SecurableObject instance);
		private void detach_SecurableObjects(SecurableObject entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}