Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Ejemplo n.º 1
0
 partial void DeleteSecurableObject(SecurableObject instance);
Ejemplo n.º 2
0
 partial void InsertSecurableObject(SecurableObject instance);
Ejemplo n.º 3
0
 partial void UpdateSecurableObject(SecurableObject instance);
Ejemplo n.º 4
0
 private void detach_SecurableObjects(SecurableObject entity)
 {
     this.SendPropertyChanging();
     entity.SecurableContext = null;
 }
Ejemplo n.º 5
0
 partial void DeleteSecurableObject(SecurableObject instance);
Ejemplo n.º 6
0
 partial void UpdateSecurableObject(SecurableObject instance);
Ejemplo n.º 7
0
 partial void InsertSecurableObject(SecurableObject instance);
Ejemplo n.º 8
0
		private void detach_SecurableObjects(SecurableObject entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}