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