Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
		private void detach_GrantPrincipals(GrantPrincipal entity)
		{
			this.SendPropertyChanging();
			entity.Grant = null;
		}
コード例 #2
0
 partial void DeleteGrantPrincipal(GrantPrincipal instance);
コード例 #3
0
 partial void UpdateGrantPrincipal(GrantPrincipal instance);
コード例 #4
0
 partial void InsertGrantPrincipal(GrantPrincipal instance);
コード例 #5
0
		private void detach_GrantPrincipals(GrantPrincipal entity)
		{
			this.SendPropertyChanging();
			entity.PrincipalInvestigator = null;
		}
コード例 #6
0
 private void attach_GrantPrincipals(GrantPrincipal entity)
 {
     this.SendPropertyChanging();
     entity.PrincipalInvestigator = this;
 }