Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exemplo n.º 1
0
 partial void DeleteSecurableObject(SecurableObject instance);
Exemplo n.º 2
0
 partial void InsertSecurableObject(SecurableObject instance);
Exemplo n.º 3
0
 partial void UpdateSecurableObject(SecurableObject instance);
Exemplo n.º 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;
		}